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 ResponseHandle should manage the prettier formatting (#1) and all guild_messages.
No more callbacks from the Game class to the Bot class, except when the Session actually ends.
This could be lazily, as in the Game just goes into a ENDED state and the Bot checks that and removes it on the next user interaction in the channel
The text was updated successfully, but these errors were encountered:
Partially implemented via CommandParser class, which removed the need for callbacks to the Bot class. However, for better message, something like this might still be desirable.
The ResponseHandle should manage the prettier formatting (#1) and all guild_messages.
No more callbacks from the Game class to the Bot class, except when the Session actually ends.
This could be lazily, as in the Game just goes into a ENDED state and the Bot checks that and removes it on the next user interaction in the channel
The text was updated successfully, but these errors were encountered: