-
Let everyone make a list of commands for chatbots and show them for autocomplete. As for autocomplete, #4935 looks useful, but the same thing that works for Emotes will do. This feature will allow you to call commands faster, you will not have to remember how to write the right command, and there will be fewer errors. |
Beta Was this translation helpful? Give feedback.
Answered by
Mm2PL
Apr 29, 2024
Replies: 1 comment 2 replies
-
#3209 tries to implement autocompletion for bots. I suppose plugins could provide this kind of functionality in the future (or for some bots today). |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
A plugin calling an HTTP API is probably the more versatile solution to this. I would highly prefer that solution over baking in per-channel commands simply because plugins can handle more weird edge cases like mod-only commands, arguments to commands, sub commands.