Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Deseasonify: rename `seasons` pkg to `exts` | 2020-03-28 | -285/+0 | |
| | | | | | | | | | It is believed that this is now a more logical name for the package, as extensions no longer bind to seasons. Internally, packages are still grouped into seasonal sub-packages. There are quite a few, and it makes sense to group them by a common theme that inspired their functionality. | |||
* | Fix incorrect merge conflict resolutions, lint remaining items | 2019-09-11 | -4/+4 | |
| | ||||
* | Merge branch 'master' into flake8-annotations | 2019-09-11 | -5/+5 | |
|\ | ||||
| * | Fix misconfigured flake8 so docstrings are properly linted | 2019-09-05 | -9/+9 | |
| | | | | | | Relint | |||
* | | Initial linting pass | 2019-09-09 | -4/+4 | |
|/ | | | | Bot root, seasons cog, easter cogs, evergreen cogs, halloween cogs | |||
* | changed board revealing at end of games. | 2019-08-24 | -3/+12 | |
| | ||||
* | fixed import order. | 2019-08-21 | -1/+1 | |
| | ||||
* | making sure a game is always has a way to win no matter how hard it is. | 2019-08-21 | -1/+5 | |
| | ||||
* | fixed coordinate bug. (#256) | 2019-08-19 | -1/+7 | |
|\ | | | | | fixed coordinate bug. | |||
| * | added suggestion. | 2019-08-14 | -4/+6 | |
| | | ||||
| * | Revert "changed flag emoji to stay under max message lenght" | 2019-08-14 | -1/+1 | |
| | | | | | | | | This reverts commit 30836a5f | |||
| * | changed flag emoji to stay under max message lenght | 2019-08-14 | -1/+1 | |
| | | ||||
| * | fixed coordinate bug. | 2019-08-14 | -1/+5 | |
| | | ||||
* | | changed flag again. | 2019-08-16 | -1/+1 | |
| | | ||||
* | | changed flag emoji to stay under max message lenght | 2019-08-14 | -1/+1 | |
|/ | ||||
* | added header to message. so the board looks correct on compact mode. | 2019-08-14 | -4/+4 | |
| | ||||
* | Apply suggestions from code review | 2019-08-14 | -3/+3 | |
| | | | Co-Authored-By: Mark <[email protected]> | |||
* | Apply suggestions from code review | 2019-08-13 | -1/+1 | |
| | | | Co-Authored-By: Thomas Petersson <[email protected]> | |||
* | Merge remote-tracking branch 'origin/minesweeper' into minesweeper | 2019-08-13 | -7/+7 | |
|\ | | | | | | | | | # Conflicts: # bot/seasons/evergreen/minesweeper.py | |||
| * | Apply suggestions from code review | 2019-08-13 | -8/+8 | |
| | | | | | | Co-Authored-By: Ava <[email protected]> | |||
* | | changed after suggestions. | 2019-08-13 | -34/+59 | |
|/ | ||||
* | changed from using `format_discord` to use the content of the last message. | 2019-08-13 | -1/+1 | |
| | ||||
* | Merge remote-tracking branch 'origin/minesweeper' into minesweeper | 2019-08-13 | -7/+7 | |
|\ | | | | | | | | | # Conflicts: # bot/seasons/evergreen/minesweeper.py | |||
| * | Apply suggestions from code review | 2019-08-13 | -10/+10 | |
| | | | | | | Co-Authored-By: Mark <[email protected]> | |||
* | | change after suggestions. | 2019-08-13 | -30/+38 | |
|/ | ||||
* | fixed commit issue. | 2019-08-13 | -103/+128 | |
| | ||||
* | Merge remote-tracking branch 'origin/minesweeper' into minesweeper | 2019-08-13 | -128/+103 | |
|\ | | | | | | | | | # Conflicts: # bot/seasons/evergreen/minesweeper.py | |||
| * | Apply suggestions from code review | 2019-08-13 | -4/+4 | |
| | | | | | | Co-Authored-By: Mark <[email protected]> | |||
* | | change after suggestions. | 2019-08-13 | -110/+131 | |
|/ | ||||
* | fixed bugs and turned get_cords into a converter | 2019-08-10 | -19/+34 | |
| | ||||
* | changed thing after requests. | 2019-08-10 | -63/+64 | |
| | ||||
* | fixed a small bug | 2019-08-10 | -7/+5 | |
| | ||||
* | changed .flag and .reveal to be abel to run multiple cords at once | 2019-08-10 | -18/+23 | |
| | ||||
* | fixed bug in get_cords | 2019-08-10 | -1/+1 | |
| | ||||
* | removed debugging message | 2019-08-10 | -1/+0 | |
| | ||||
* | fixed winning code again | 2019-08-10 | -3/+3 | |
| | ||||
* | added that you can provide a custom chance for bombs | 2019-08-10 | -4/+4 | |
| | ||||
* | fixed issue with winning detection | 2019-08-10 | -2/+8 | |
| | ||||
* | added `.end` command | 2019-08-10 | -2/+11 | |
| | ||||
* | added .reveal and won and lost commands | 2019-08-10 | -0/+53 | |
| | ||||
* | added `.flag` command and a board reload function | 2019-08-10 | -0/+26 | |
| | ||||
* | changed format_for_discord, as suggested by Ava, | 2019-08-09 | -3/+5 | |
| | | | | to now have letters at the top instead of numbers | |||
* | added extra stuff to `format_for_discord` and also added dm and channel message | 2019-08-09 | -4/+16 | |
| | ||||
* | added formating for discord | 2019-08-09 | -4/+34 | |
| | | | | (there was no bug) | |||
* | add generate_board | 2019-08-09 | -1/+25 | |
| | | | | (it might have a bug, will begone more apparent when adding formatting for discord.) | |||
* | added logic for when a user already have a game running | 2019-08-09 | -1/+20 | |
| | ||||
* | added minesweeper cog | 2019-08-09 | -0/+13 | |