Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement ResponseHandle class #11

Open
Piturnah opened this issue Feb 7, 2022 · 2 comments
Open

Implement ResponseHandle class #11

Piturnah opened this issue Feb 7, 2022 · 2 comments
Milestone

Comments

@Piturnah
Copy link
Owner

Piturnah commented Feb 7, 2022

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

@Piturnah Piturnah added this to the 0.1.0 milestone Feb 7, 2022
@jreppnow
Copy link
Collaborator

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.

@jreppnow
Copy link
Collaborator

I extracted all the messages into the Messages class, but this might still warrant further improvement, for which this ticket seems useful.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants