refactor(TextBasedChannel): sendSlash

This commit is contained in:
March 7th
2022-06-15 17:56:56 +07:00
parent 0963ab28e0
commit 769cbb21d5
4 changed files with 84 additions and 30 deletions

View File

@@ -165,6 +165,9 @@ const Messages = {
INVALID_BOT_METHOD: 'Bot accounts cannot use this method',
INVALID_USER_METHOD: 'User accounts cannot use this method',
INTERACTION_SEND_FAILURE: msg => `${msg}`,
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',