aboutsummaryrefslogtreecommitdiffstats
path: root/bot/exts/evergreen/connect_four.py (follow)
Commit message (Collapse)AuthorAgeLines
* Move game and fun commands to Fun folder, fix ddgGravatar Janine vN2021-09-05-452/+0
| | | | | | | | | | | This moves all the fun commands and games into the fun folder. This commit also makes changes to the duck_game. It was setting a footer during an embed init, which is no longer possible with the version of d.py we use. Additionally, an issue with editing an embed that had a local image loaded. The workaround for the time being is to update the message, not the embed.
* Removed unecessary `None` annotationGravatar Xithrius2021-09-02-2/+1
|
* Removed None return annotation for any __init__Gravatar Xithrius2021-09-01-2/+2
|
* Fix type annotationsGravatar decorator-factory2021-08-31-15/+15
|
* chore: Make all aliases in commands tuplesGravatar ToxicKidz2021-05-15-2/+2
|
* chore: Refactor more code to follow our style guideGravatar ToxicKidz2021-05-14-35/+35
|
* chore: Reformat the code to follow the style guildGravatar ToxicKidz2021-05-07-2/+4
|
* chore: Prefer double quotes over single quotesGravatar ToxicKidz2021-05-04-3/+3
|
* chore(evergreen): make usage of . at sentence ends consistentGravatar vcokltfre2021-04-19-1/+1
|
* chore: switch commands.Bot typehints to bot.bot's BotGravatar vcokltfre2021-04-19-4/+5
|
* Make connect 4 and its sub command ai guild onlyGravatar Shivansh-0072021-02-24-0/+3
|
* Fix pipfile conflicts, and add/use emojis from constants.pyGravatar Shivansh-0072021-02-23-28/+9
|
* Use emojis library to do the check instead of checking len() == 1 since some ↵Gravatar Shivansh-0072021-02-08-3/+6
| | | | emojis are made of len() > 1
* Add check if game is not intializedGravatar Shivansh-0072021-02-01-0/+1
|
* Remove the use of globals and instead use class variablesGravatar Shivansh-0072021-02-01-6/+8
|
* Add ability to choose ai token while playing against aiGravatar Shivansh-0072021-01-31-8/+20
|
* Let game_over function handle all gane over instancesGravatar Shivansh-0072021-01-31-6/+15
|
* Error while sending surrender message as it was taking .user instead of .mentionGravatar Shivansh-0072021-01-30-2/+2
|
* REmove repeating codeGravatar Shivansh-0072021-01-30-3/+2
|
* Line 114, 115 was cuasing error as a set was being sent to it instead ↵Gravatar Shivansh-0072021-01-30-2/+2
| | | | discord.member object
* Fix misleading game_over docstringGravatar Shivansh-0072021-01-30-1/+1
|
* Fix lint issuesGravatar Shivansh-0072021-01-24-7/+7
|
* Send a message on draw (was catching a error earlier) ; Improve send game ↵Gravatar Shivansh-0072021-01-24-27/+30
| | | | over (winner/loser) code ; add case_insensitive alias
* Fix user given emoji checkGravatar Shivansh-0072021-01-23-16/+17
|
* Check if the emoji given by user is availableGravatar Shivansh-0072021-01-21-4/+10
|
* Remove redundant codeGravatar Shivansh-0072021-01-21-10/+3
|
* Add ability to get custom tokens from the botGravatar Shivansh-0072021-01-21-23/+44
|
* Improve embeds and docstringsGravatar Shivansh-0072021-01-21-23/+35
|
* Add loading message before finishing all reactions and improve embed titleGravatar Shivansh-0072021-01-21-2/+8
|
* Change Ai to bot's user and add stop game functionality, remove redundant ↵Gravatar Shivansh-0072021-01-20-29/+39
| | | | code, and DRY
* COrrect annotations and improve docstrings ; make code more pythonicGravatar Shivansh-0072021-01-20-12/+21
|
* fix grammar and spacingGravatar Shivansh-0072021-01-20-30/+32
|
* Add connect four cog supporting player vs player and player vs aiGravatar Shivansh-0072021-01-19-0/+377