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
The ability to run multiple games on different channels (and even servers) from a single bot would be a nice addition. Something like $adventureStart gamename #channel. One game per channel would allow easy reference to running games. e.g. $adventureStop #channel.
A MessageHandler could be created for each channel, and a new administration handler to maintain them. A fairly large change.
The text was updated successfully, but these errors were encountered:
This is a good suggestion, I definitely mean to do that at some point. I think I'd want to split out the message handler functionality so it can spawn multiple GameRunner objects or something beneath it to handle those instances. I'll think a little more on how I want this to work.
The ability to run multiple games on different channels (and even servers) from a single bot would be a nice addition. Something like
$adventureStart gamename #channel
. One game per channel would allow easy reference to running games. e.g.$adventureStop #channel
.A MessageHandler could be created for each channel, and a new administration handler to maintain them. A fairly large change.
The text was updated successfully, but these errors were encountered: