fix(Message) forward not working

#1483
This commit is contained in:
Elysia
2025-02-03 08:55:41 +07:00
parent 73512b320d
commit b83323dd3f

View File

@@ -798,10 +798,10 @@ exports.MessageTypes = [
* @typedef {string} MessageReferenceType
* @see {@link https://discord.com/developers/docs/resources/message#message-reference-types}
*/
exports.MessageReferenceTypes = [
exports.MessageReferenceTypes = createEnum([
'DEFAULT', // 0
'FORWARD',
];
]);
/**
* The name of an item to be swept in Sweepers