Slash commands do not inject guild locale information #6272
Labels
Category: Core - API - App Commands Package
This is related to the `redbot.core.app_commands` package.
Status: PRs Welcome
No one is currently assigned to this issue, but we'd be grateful if anyone made a PR.
Type: Bug
Unexpected behavior, result, or exception. In case of PRs, it is a fix for the foregoing.
Text commands auto inject the contextual guild into the i18n logic Red uses (
bot._i18n_cache
I think?). App commands (and hybrids) currently do not do this, and fall back to the global setting. It isn't a huge problem since an explicitset_contextual_locales_from_guild
still fixes it, however it would be nice to automatically have it filled in.The text was updated successfully, but these errors were encountered: