fix: sendSlash search failure (>25 bot)

This commit is contained in:
March 7th
2022-09-11 09:39:57 +07:00
parent d1382823fe
commit fe1f9911c5
4 changed files with 17 additions and 27 deletions

View File

@@ -52,6 +52,7 @@ const Messages = {
EMBED_PROVIDER_NAME: 'MessageEmbed provider name must be a string.',
INVALID_COMMAND_NAME: allCMD => `Could not parse subGroupCommand and subCommand due to too long: ${allCMD.join(' ')}`,
INVALID_RANGE_QUERY_MEMBER: 'Invalid range query member. (0<x<=100)',
MUST_SPECIFY_BOT: 'You must specify a bot to use this command.',
BUTTON_LABEL: 'MessageButton label must be a string',
BUTTON_URL: 'MessageButton URL must be a string',