-
-
Notifications
You must be signed in to change notification settings - Fork 449
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
Add autocompletion for FossaBot & StreamElements commands #2793
Comments
From the issue it isn't immediately clear what issue this solves . "QOL" doesn't cut it. Please edit this issue with the issue template and rephrase it as an issue (e.g., remembering commands of bots is very tedious). For the actual problem I could see there being a Chatterino controlled API that allows people to add their bots to the list. Manually calling 50 apis for every big and tiny bot is infeasible. |
As @pajlada Discord seems to handle commands by bots similarly, where they show the bots commands when typing a command with / |
Didn't use a template as the feature template has disappeared :\ If you want it done in an issue template I can do. Cheers 4tf |
updated to fit the template |
@fourtf any further thoughts on this or are you saving it for a rainy day? |
I'll take a look at it today |
Describe your issue
Remembering commands of bots can be very tedious.
A possible solution would be to allow auto completing commands from an external sources in the input.
StreamElements API endpoints:
https://api.streamelements.com/kappa/v2/channels/<channel_login>
https://api.streamelements.com/kappa/v2/bot/commands/<se_channel_id>/default
<se_channel_id>
is an ID generated by StreamElements and is available in the previous call's_id
propertyhttps://api.streamelements.com/kappa/v2/bot/commands/<se_channel_id>/channel
Fossabot API endpoints:
https://api-v1.fossabot.com/api/v1/<channel_login>/public-commands
fourtf: edited to fit issue template
The text was updated successfully, but these errors were encountered: