Reddem Nitro
This commit is contained in:
March 7th
2022-03-26 20:55:05 +07:00
parent 054575794a
commit 1b587f2e6c
5 changed files with 30 additions and 2 deletions

View File

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