| Commit message (Collapse) | Author | Age | Lines |
| ... | |
| | | | |
| | | |
| | | |
| | | | |
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.
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| |/ |
|
| |\
| |
| | |
Try to fetch devlog channel if not found in cache
|
| |/ |
|
| |\
| |
| | |
Send greeting message on bot start-up
|
| | | |
|
| | |
| |
| |
| |
| | |
Previously, this was done by the SeasonManager cog, which was removed
during our deseasonification efforts.
|