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