| Commit message (Collapse) | Author | Age | Lines | ||
|---|---|---|---|---|---|
| ... | |||||
| | * | | | | 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 | ||
| | | | | | | |||||
| * | | | | | Merge pull request #251 from python-discord/seasonalbot-commands | 2019-08-13 | -31/+166 | ||
| |\ \ \ \ \ | | | | | | | | | | | | | Limit SeasonalBot commands to whitelisted channels | ||||
| | * | | | | | Fix indent style and reduce logging message verbosity | 2019-08-12 | -21/+34 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | Addresses PR review requests by Mark. | ||||
| | * | | | | | Implement error handling; add `in_channel` overrides to `!issue` and AoC ↵ | 2019-08-06 | -0/+19 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | commands | ||||
| | * | | | | | Add global check to SeasonalBot | 2019-08-06 | -1/+3 | ||
| | | | | | | | |||||
| | * | | | | | Split in_channel's predicate and check, add bypass_roles functionality | 2019-08-06 | -8/+54 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | Separate the predicate function from `commands.check` to allow the predicate check to be added to the bot. | ||||
| | * | | | | | Add constant groups to `constants.py` | 2019-08-06 | -2/+55 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | The following groups are added: STAFF_ROLES, MODERATION_ROLES, WHITELISTED_CHANNELS, POSITIVE_REPLIES, NEGATIVE_REPLIES | ||||
| | * | | | | | Move bot out of constants.py to bot.py | 2019-08-05 | -13/+15 | ||
| | | | | | | | |||||
| * | | | | | | Merge pull request #254 from jakeHebert/master | 2019-08-13 | -1/+50 | ||
| |\ \ \ \ \ \ | |_|/ / / / |/| | / / / | | |/ / / | |/| | | | Add speedrun cog and resource | ||||
| | * | | | | moved data grab to module level, changed var to constant | 2019-08-12 | -3/+3 | ||
| | | | | | | |||||
| | * | | | | removed old comment, added encoding to open statment, moved data grab to init | 2019-08-12 | -4/+3 | ||
| | | | | | | |||||
| | * | | | | Cleaned speedrun.py, removed duplicate in json file | 2019-08-12 | -17/+9 | ||
| | | | | | | |||||
| | * | | | | Cleaned up lint issues with speedrun | 2019-08-09 | -5/+6 | ||
| | | | | | | |||||
| | * | | | | added speedrun cog and its resource | 2019-08-09 | -1/+58 | ||
| |/ / / / | |||||
| * | | | | Merge pull request #249 from python-discord/snakes-and-ladders-bytesio-fix | 2019-08-05 | -3/+2 | ||
| |\ \ \ \ | |/ / / |/| | | | Fixing the Snakes and Ladders game | ||||
| | * | | | Making sure the image BytesIO buffer gets processed correctly by using an ↵ | 2019-08-05 | -3/+2 | ||
| |/ / / | | | | | | | | | | existing utility function for it | ||||
| * | | | Unify constants file quotation use | 2019-08-04 | -11/+11 | ||
| | | | | |||||
| * | | | Add new Seasonalbot channel IDs to constants | 2019-08-04 | -1/+3 | ||
| | | | | | | | | | | | | | Change Show Your Projects channel to an env var | ||||
| * | | | Merge pull request #243 from python-discord/decimate-readme | 2019-08-04 | -283/+2 | ||
| |\ \ \ | | | | | | | | | Defer README content to Seasonalbot's Wiki | ||||