| Commit message (Collapse) | Author | Age | Lines |
| ... | |
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
See docstring for explanation & comparison to the `on_ready` event.
This is taken from the Python bot repository. Originally implemented
by Mark. The `on_guild_available` callback was adapted and simplified
from the original implementation, as with Sentry in place, it is
believed that dispatching an error webhook is unnecessary.
Co-authored-by: MarkKoz <[email protected]>
|
| |/ / / |
|
| |\ \ \ |
|
| | |\ \ \
| | | |/
| | |/| |
|
| | | | | |
|
| | | | |
| | | |
| | | |
| | | | |
removed definition in extensions. Removed custom error handler.
|
| | | | |
| | | |
| | | |
| | | | |
error handler.
|
| | | | |
| | | |
| | | |
| | | | |
hint from `typing.Any` to `Exception`, changed handling `KeyError` to handling `UserNotPlayingError`.
|
| | | | | |
|
| | | | |
| | | |
| | | |
| | | | |
handler that catch it instead and attached reveal and end command to it.
|
| | | | |
| | | |
| | | |
| | | | |
message when date is going out of range.
|
| | | | | |
|
| | | | | |
|
| | | |/ |
|
| | | |
| | |
| | |
| | | |
class.
|
| |/ /
| |
| |
| | |
class to avoid `if` checks in strings.
|
| | | |
|
| | | |
|
| | | |
|
| | |
| |
| |
| | |
show <game_id>`.
|
| | | |
|
| | |
| |
| |
| | |
changes and created new `tictactoe history` command.
|
| | | |
|
| | |
| |
| |
| | |
`tictactoe` command.
|
| | | |
|
| | | |
|
| | | |
|
| | |
| |
| |
| | |
`Player.get_move`, implemented `Game.play` functionality.
|
| | |
| |
| |
| | |
function to `Player` class: `get_move`.
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | |
| |
| |
| | |
function `send_board` to `Game` class.
|
| | |
| |
| |
| | |
command.
|
| | |
| |
| |
| | |
to cog checks.
|
| | | |
|
| | | |
|
| | | |
|
| | |
| |
| |
| | |
all number reactions to message.
|
| | |
| |
| |
| | |
that opponent want to play.
|
| | | |
|
| | | |
|
| | |
| |
| |
| | |
in reactions.
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|