| Commit message (Collapse) | Author | Age | Lines | |
|---|---|---|---|---|
| * | 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 #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 | |||
| | * | Defer README content to Seasonalbot's Wiki | 2019-07-31 | -283/+2 | |
| | | | ||||
| * | | Merge pull request #247 from Suhail6inkling/8bitify | 2019-08-04 | -0/+54 | |
| |\ \ | |/ |/| | Adding feature that 8-bitifies a profile picture | |||
| | * | Apply sugge | 2019-08-04 | -1/+1 | |
| | | | | | | | Co-Authored-By: kosayoda <[email protected]> | |||
| | * | Add annotations | 2019-08-04 | -5/+5 | |
| | | | | | | | Co-Authored-By: Sebastiaan Zeeff <[email protected]> | |||
| | * | 8bitify | 2019-08-03 | -0/+54 | |
| |/ | ||||
| * | aghhh I suck at programming | 2019-08-01 | -1/+0 | |
| | | ||||
| * | Fix dates and linter complaint | 2019-08-01 | -3/+2 | |
| | | ||||
| * | Untested retro gaming yolo commit. Adds the Wildcard season. | 2019-08-01 | -1/+34 | |
| | | ||||
| * | Merge pull request #234 from python-discord/temp-branch | 2019-07-31 | -3/+439 | |
| |\ | | | | | Implement Outstanding Feedback on PRs | |||
| | * | Additional review comment resolution | 2019-07-31 | -47/+54 | |
| | | | | | | | | | | | | | | | | | | | | | | | * Fix line length & broken f string * Use correct URLs for GH access * Align GH issue description truncation placeholder with textwrap.TextWrapper for consistency * Utilize color constant rather than hex code * Flatten logic blocks by reversing logic * Additional minor syntax changes Co-Authored-By: Ava <[email protected]> | |||
| | * | Apply issue embed suggestions from code review | 2019-07-31 | -2/+2 | |
| | | | | | | | Co-Authored-By: Ava <[email protected]> | |||
| | * | Fix typo in April Fools resource load | 2019-07-22 | -1/+1 | |
| | | | ||||
| | * | Additional review comment resolution | 2019-07-22 | -26/+28 | |
| | | | | | | | | | | | | | | | | | | | | | * Remove duplicate easter egg facts, fix punctuation * Simplify egg fact JSON load * Simplify egg fact embed generation * Simplify issues command, remove redundant calls, and make some variables more explicit * Truncate issue body if its length is greater than 1024 characters (embed field limitation) Co-Authored-By: Mark <[email protected]> | |||
| | * | Apply suggestions from code review | 2019-07-22 | -16/+16 | |
| | | | | | | | | | | | | | | | | | | | * Unify use of apostophes & quotes in JSON resources * Sync use of pathlib to the rest of the codebase * Remove unnecessary string conversions * Remove unnecessary dictionary `.get()` call without specifying a default * Other minor syntax modifications Co-Authored-By: Mark <[email protected]> | |||
| | * | Rename variables for clarity, fix extraneous whitespace from review | 2019-07-22 | -9/+9 | |
| | | | ||||
| | * | Apply suggestions from code review | 2019-07-22 | -2/+6 | |
| | | | | | | | | | | | | | Update riddle docstring for clarity Minor change to feedback phrasing Co-Authored-By: Leon Sandøy <[email protected]> | |||
| | * | Add missing channel getter | 2019-07-10 | -2/+2 | |
| | | | ||||
| | * | Merge pull request #194 from RohanJnr/easter_egg_facts | 2019-07-10 | -0/+84 | |
| | |\ | | | | | | | Easter egg facts | |||
| | | * | removed blank spaces in blank line... | 2019-06-22 | -1/+1 | |
| | | | | ||||
| | | * | gave a blank line after class doc string... | 2019-06-22 | -0/+1 | |
| | | | | ||||
| | | * | removed blank lines after function doc strings | 2019-06-22 | -6/+0 | |
| | | | | ||||
| | | * | made the requested following changes : | 2019-06-22 | -1/+7 | |
| | | | | | | | | | | | | | | | | 1. Using the seasonalbot channel id from the constants file 2. Added logging to the setup funciton. | |||
| | | * | fixed a small lint error | 2019-04-26 | -1/+1 | |
| | | | | ||||
| | | * | changes a few doc strings and renamed the background method | 2019-04-26 | -6/+16 | |
| | | | | ||||
| | | * | using top level array in json file | 2019-04-23 | -5/+3 | |
| | | | | ||||
| | | * | fixed lint errors | 2019-04-09 | -5/+12 | |
| | | | | ||||
| | | * | done with the easter egg fact cmd and background task | 2019-04-09 | -0/+68 | |
| | | | | ||||
| | | * | Merge branch 'master' of https://github.com/python-discord/seasonalbot | 2019-04-05 | -551/+2556 | |
| | | |\ | ||||
| | * | | | Add user feedback if a riddle is already in progress | 2019-07-10 | -1/+3 | |
| | | | | | ||||
| | * | | | Merge pull request #202 from JackyFWong/master | 2019-07-10 | -0/+175 | |
| | |\ \ \ | | | | | | | | | | | Implemented .riddlemethis for the Easter season | |||
| | | * | | | implemented one-at-a-time execution policy | 2019-07-07 | -34/+43 | |
| | | | | | | ||||
| | | * | | | fix variables and typo | 2019-06-17 | -9/+6 | |
| | | | | | | ||||