Set Position of Guild

This commit is contained in:
March 7th
2022-03-20 14:25:53 +07:00
parent 1fc5510a4a
commit 9c625a9bf5
7 changed files with 164 additions and 9 deletions

View File

@@ -186,6 +186,8 @@ const Messages = {
INVALID_BOT_METHOD: `Bot accounts cannot use this method`,
INVALID_USER_METHOD: `User accounts cannot use this method`,
INVALID_LOCALE: 'Unable to select this location',
FOLDER_NOT_FOUND: 'Server directory not found',
FOLDER_POSITION_INVALID: 'The server index in the directory is invalid',
};
Messages.AuthenticationFailed = Messages.TOKEN_INVALID;