Open jupjohn opened 3 years ago
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. Will rewrite, words didn't come out in a logical order :)
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