Update before publish to npm

Dev version
This commit is contained in:
March 7th
2022-04-01 20:09:32 +07:00
parent d233d0e83e
commit 50516bf89d
6 changed files with 60 additions and 19 deletions

View File

@@ -200,6 +200,7 @@ const Messages = {
APPLICATION_ID_INVALID: "The application isn't BOT",
INVALID_NITRO: 'Invalid Nitro Code',
MESSAGE_ID_NOT_FOUND: 'Message ID not found',
MESSAGE_EMBED_LINK_LENGTH: 'Message content with embed link length is too long',
};
for (const [name, message] of Object.entries(Messages)) register(name, message);