Slash Command Snowflake Localization #6579
Unanswered
2br-2b
asked this question in
API Feature Requests & Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello! I recently began localizing my discord bot, and this has caused problems
I've been having problems recently localizing my slash commands and then using command snowflakes.
I use the Fluent framework to localize my discord bot. In Fluent, each string has an identifier (such as
join-cmd
for "join" in English, etc.) The problem is that when I try to create a command snowflake, unless I use the identifier, I can't mention the slash command.This causes problems as I want my slash commands to show in the different languages as opposed to being set to only one locale (that of the identifier).
Is there a way to localize the my slash command snowflakes?
Thank you so much!
Beta Was this translation helpful? Give feedback.
All reactions