professional-programmingers / GeBeO

Old Repository, new one is at https://gitlab.com/GREATERTHANBLANK/GeBeO
Apache License 2.0
3 stars 3 forks source link

Speaker bots to complement !s #28

Closed lahlidahlia closed 7 years ago

lahlidahlia commented 7 years ago

Currently the bot's !s command gets overloaded if there are too many requests for !s. What if there are a few (4?) speaker bots that is controlled by GeBeO to play sounds according to requests. That way we can have 5 !s requests going on at once.

The speaker bots won't be automatically invited by GeBeO but there will be a command that prints out all of the correct invite links.

There's the issue of the bots polluting the user list. 2 possible solutions:

ghost commented 7 years ago

I just realized we don't necessarily have to have the bots offline, we just need them to display offline.

http://discordpy.readthedocs.io/en/rewrite/api.html?highlight=invisible#discord.Client.change_presence
http://discordpy.readthedocs.io/en/rewrite/api.html?highlight=invisible#discord.Status

lahlidahlia commented 7 years ago

genius!