You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As comands are valid for each user, there are multiple ways on how to implement this
Bind commands in multiple languages simultaneously
Only use .OnText binding, check user language (cached?), lookup command and execute. Might require a custom command handler, we might even be able to reuse the subcommands handler.
.OnText
binding, check user language (cached?), lookup command and execute. Might require a custom command handler, we might even be able to reuse the subcommands handler./config
/config lang [de|en|...]
The text was updated successfully, but these errors were encountered: