index
:
sir-lancebot
br/gh1560
delete-bm-ctx-menu
dependabot/github_actions/actions/checkout-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
/
exts
/
evergreen
/
connect_four.py
(
follow
)
Commit message (
Expand
)
Author
Age
Lines
*
Move game and fun commands to Fun folder, fix ddg
Janine vN
2021-09-05
-452
/
+0
*
Removed unecessary `None` annotation
Xithrius
2021-09-02
-2
/
+1
*
Removed None return annotation for any __init__
Xithrius
2021-09-01
-2
/
+2
*
Fix type annotations
decorator-factory
2021-08-31
-15
/
+15
*
chore: Make all aliases in commands tuples
ToxicKidz
2021-05-15
-2
/
+2
*
chore: Refactor more code to follow our style guide
ToxicKidz
2021-05-14
-35
/
+35
*
chore: Reformat the code to follow the style guild
ToxicKidz
2021-05-07
-2
/
+4
*
chore: Prefer double quotes over single quotes
ToxicKidz
2021-05-04
-3
/
+3
*
chore(evergreen): make usage of . at sentence ends consistent
vcokltfre
2021-04-19
-1
/
+1
*
chore: switch commands.Bot typehints to bot.bot's Bot
vcokltfre
2021-04-19
-4
/
+5
*
Make connect 4 and its sub command ai guild only
Shivansh-007
2021-02-24
-0
/
+3
*
Fix pipfile conflicts, and add/use emojis from constants.py
Shivansh-007
2021-02-23
-28
/
+9
*
Use emojis library to do the check instead of checking len() == 1 since some ...
Shivansh-007
2021-02-08
-3
/
+6
*
Add check if game is not intialized
Shivansh-007
2021-02-01
-0
/
+1
*
Remove the use of globals and instead use class variables
Shivansh-007
2021-02-01
-6
/
+8
*
Add ability to choose ai token while playing against ai
Shivansh-007
2021-01-31
-8
/
+20
*
Let game_over function handle all gane over instances
Shivansh-007
2021-01-31
-6
/
+15
*
Error while sending surrender message as it was taking .user instead of .mention
Shivansh-007
2021-01-30
-2
/
+2
*
REmove repeating code
Shivansh-007
2021-01-30
-3
/
+2
*
Line 114, 115 was cuasing error as a set was being sent to it instead discord...
Shivansh-007
2021-01-30
-2
/
+2
*
Fix misleading game_over docstring
Shivansh-007
2021-01-30
-1
/
+1
*
Fix lint issues
Shivansh-007
2021-01-24
-7
/
+7
*
Send a message on draw (was catching a error earlier) ; Improve send game ove...
Shivansh-007
2021-01-24
-27
/
+30
*
Fix user given emoji check
Shivansh-007
2021-01-23
-16
/
+17
*
Check if the emoji given by user is available
Shivansh-007
2021-01-21
-4
/
+10
*
Remove redundant code
Shivansh-007
2021-01-21
-10
/
+3
*
Add ability to get custom tokens from the bot
Shivansh-007
2021-01-21
-23
/
+44
*
Improve embeds and docstrings
Shivansh-007
2021-01-21
-23
/
+35
*
Add loading message before finishing all reactions and improve embed title
Shivansh-007
2021-01-21
-2
/
+8
*
Change Ai to bot's user and add stop game functionality, remove redundant cod...
Shivansh-007
2021-01-20
-29
/
+39
*
COrrect annotations and improve docstrings ; make code more pythonic
Shivansh-007
2021-01-20
-12
/
+21
*
fix grammar and spacing
Shivansh-007
2021-01-20
-30
/
+32
*
Add connect four cog supporting player vs player and player vs ai
Shivansh-007
2021-01-19
-0
/
+377