You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With the server abstraction, we could make this bot a multi-server bot by allowing it to connect to multiple servers at once.
If this functionality was included, it would also be sensible to make sure that Actions can be turned on or off on a server-by-server basis. For example !notes might be available in Discord, but not in Twitch. !meow might play a cat meow live on Twitch, but would make no sense in Discord.
The text was updated successfully, but these errors were encountered:
I'm going to branch off #24 and have a go at this, even though the PR is not yet signed off. I need the changes I've made in that PR to make this viable. I expect this will include a fair amount of code changes and also include #10.
Related to #10.
With the server abstraction, we could make this bot a multi-server bot by allowing it to connect to multiple servers at once.
If this functionality was included, it would also be sensible to make sure that Actions can be turned on or off on a server-by-server basis. For example
!notes
might be available in Discord, but not in Twitch.!meow
might play a cat meow live on Twitch, but would make no sense in Discord.The text was updated successfully, but these errors were encountered: