index
:
sir-lancebot
br/gh1560
delete-bm-ctx-menu
dependabot/github_actions/actions/checkout-5
dependabot/github_actions/actions/upload-artifact-5
dependabot/github_actions/astral-sh/setup-uv-7
dependabot/pip/pillow-11.2.1
dependabot/uv/pillow-12.0.0
main
reorder-hacktoberfest-commands
revert-1432-dependabot/pip/emoji-2.10.0
shenanigansd-patch-1
sim_matches
use-botcore-command-error-manager
A mirrored copy of the python-discord/sir-lancebot repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
bot
/
bot.py
(
unfollow
)
Commit message (
Collapse
)
Author
Lines
2020-04-07
(TicTacToe): Moved checks to outside of class, created initial tic tac toe ↵
ks129
-16
/
+30
command.
2020-04-07
(TicTacToe): Created new class variable `over` to `Game`, added over check ↵
ks129
-2
/
+7
to cog checks.
2020-04-07
(TicTacToe): Created check `is_requester_free`.
ks129
-0
/
+7
2020-04-07
(TicTacToe): Created check `is_channel_free`.
ks129
-1
/
+8
2020-04-07
(TicTacToe): Added new variable `games` to `TicTacToe` cog.
ks129
-0
/
+1
2020-04-07
(TicTacToe): Created helper function `add_reactions` to `Game` class to add ↵
ks129
-0
/
+5
all number reactions to message.
2020-04-07
(TicTacToe): Added `get_confirmation` function to `Game` class to make sure ↵
ks129
-0
/
+41
that opponent want to play.
2020-04-07
(Constants, TicTacToe): Added X and O emojis.
ks129
-0
/
+2
2020-04-07
(Constants, TicTacToe): Added confirmation and declining emojis.
ks129
-0
/
+2
2020-04-07
(Constants, TicTacToe): Added number emojis that will be shown in board and ↵
ks129
-0
/
+13
in reactions.
2020-04-07
(TicTacToe): Added new player-about variables to `Game` class.
ks129
-0
/
+6
2020-04-07
(TicTacToe): Replaced `discord.User` with `Player` in `Game` class signature.
ks129
-1
/
+1
2020-04-07
(TicTacToe): Added `ctx` variable to `Player` class.
ks129
-1
/
+2
2020-04-07
(TicTacToe): Created `Game` class
ks129
-1
/
+12
2020-04-07
(TicTacToe): Created `Player` class
ks129
-0
/
+8