-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature: !commands should return all commands #48
Comments
The reason I didn't add it was because it would quickly bypass the length limit for chat messages. We need to get a handler for that, either choose to separate the message or another solution. Currently if a message is too long the bot just sends an error to chat. |
We could paginate them, or link to glimboi.com for default commands? Or allow the user to replace the |
If we link to GlimBoi.com, I would link to an entirely separate page to what we already have, as the avg user doesn't need to know about parameters |
Maybe |
or |
Glimboi.com has some docs but I haven't updated it in a while |
I dont mind either or tbh, I can paginate it relatively easily if that's what we wanna do. But I do think we should allow the user to give a URL if they have their own commands list |
Currently !commands just returns custom commands and not all commands including GlimBoi commands
The text was updated successfully, but these errors were encountered: