fix(ApplicationCommands): allow managing commands for uncached guilds (#5729)

Co-authored-by: SpaceEEC <spaceeec@yahoo.com>
This commit is contained in:
ckohen
2021-06-11 15:26:24 -07:00
committed by GitHub
parent e990c35476
commit 24e5868818
5 changed files with 249 additions and 161 deletions

View File

@@ -110,7 +110,8 @@ const Messages = {
MEMBER_FETCH_NONCE_LENGTH: 'Nonce length must not exceed 32 characters.',
GLOBAL_COMMAND_PERMISSIONS:
"Permissions for global commands may only be fetched or modified from a guild's application command manager.",
'Permissions for global commands may only be fetched or modified by providing a guildID' +
"or from a guild's application command manager.",
INTERACTION_ALREADY_REPLIED: 'This interaction has already been deferred or replied to.',
};