This commit is contained in:
March 7th
2022-03-26 22:22:50 +07:00
parent 1b587f2e6c
commit af760d9d1e
2 changed files with 3 additions and 1 deletions

View File

@@ -161,6 +161,7 @@ const Messages = {
FOLDER_POSITION_INVALID: 'The server index in the directory is invalid',
APPLICATION_ID_INVALID: 'The application isn\'t BOT',
INVALID_NITRO: 'Invalid Nitro Code',
MESSAGE_ID_NOT_FOUND: 'Message ID not found',
};
for (const [name, message] of Object.entries(Messages)) register(name, message);