Skip to content
This repository was archived by the owner on Feb 7, 2026. It is now read-only.

Remove item id choices for economy slash commands#330

Merged
notsniped merged 2 commits intomainfrom
remove-item-id-choices
Mar 21, 2024
Merged

Remove item id choices for economy slash commands#330
notsniped merged 2 commits intomainfrom
remove-item-id-choices

Conversation

@notsniped
Copy link
Member

Economy Commands Update

Apparently, the Discord API can only make a slash command with a maximum of 25 choices.

After the addition of multiple new items, the item ids count has exceeded 25 items, which runs into Discord's slash command limitation and prevents commands from being synced to the bot.

Hence, item id selectors have been removed from all economy slash commands as a counteractive measure. For reference, all item ids can be viewed and searched from through the new /all_item_ids command.

Apparently, the Discord API can only make a slash command with a maximum of 25 choices.

After the addition of multiple new items, the `item ids` count has exceeded 25 items, which runs into Discord's slash command limitation and prevents commands from being synced to the bot.

Hence, item id selectors have been removed from all economy slash commands as a counteractive measure. For reference, all item ids can be viewed and searched from through the new `/all_item_ids` command.
@notsniped notsniped added area:currency framework Any updates, changes, or removals to the currency framework priority:critical type:patch Bug fixes for the bot and/or it's commands type:cogs Any changes to the bot's slash command cogs labels Mar 21, 2024
@notsniped notsniped self-assigned this Mar 21, 2024
@notsniped notsniped merged commit 6994e02 into main Mar 21, 2024
@notsniped notsniped deleted the remove-item-id-choices branch March 21, 2024 12:51
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

area:currency framework Any updates, changes, or removals to the currency framework priority:critical size/S type:cogs Any changes to the bot's slash command cogs type:patch Bug fixes for the bot and/or it's commands

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant