aboutsummaryrefslogtreecommitdiffstats
path: root/bot (follow)
Commit message (Collapse)AuthorAgeLines
* Revert "changed flag emoji to stay under max message lenght"Gravatar vivax37942019-08-14-1/+1
| | | | This reverts commit 30836a5f
* changed flag emoji to stay under max message lenghtGravatar vivax37942019-08-14-1/+1
|
* fixed coordinate bug.Gravatar vivax37942019-08-14-1/+5
|
* added header to message. so the board looks correct on compact mode.Gravatar vivax37942019-08-14-4/+4
|
* Apply suggestions from code reviewGravatar vivax37942019-08-14-3/+3
| | | Co-Authored-By: Mark <[email protected]>
* Apply suggestions from code reviewGravatar vivax37942019-08-13-1/+1
| | | Co-Authored-By: Thomas Petersson <[email protected]>
* Merge remote-tracking branch 'origin/minesweeper' into minesweeperGravatar vivax37942019-08-13-7/+7
|\ | | | | | | | | # Conflicts: # bot/seasons/evergreen/minesweeper.py
| * Apply suggestions from code reviewGravatar vivax37942019-08-13-8/+8
| | | | | | Co-Authored-By: Ava <[email protected]>
* | changed after suggestions.Gravatar vivax37942019-08-13-34/+59
|/
* changed from using `format_discord` to use the content of the last message.Gravatar vivax37942019-08-13-1/+1
|
* Merge remote-tracking branch 'origin/minesweeper' into minesweeperGravatar vivax37942019-08-13-7/+7
|\ | | | | | | | | # Conflicts: # bot/seasons/evergreen/minesweeper.py
| * Apply suggestions from code reviewGravatar vivax37942019-08-13-10/+10
| | | | | | Co-Authored-By: Mark <[email protected]>
* | change after suggestions.Gravatar vivax37942019-08-13-30/+38
|/
* fixed commit issue.Gravatar vivax37942019-08-13-103/+128
|
* Merge remote-tracking branch 'origin/minesweeper' into minesweeperGravatar vivax37942019-08-13-128/+103
|\ | | | | | | | | # Conflicts: # bot/seasons/evergreen/minesweeper.py
| * Apply suggestions from code reviewGravatar vivax37942019-08-13-4/+4
| | | | | | Co-Authored-By: Mark <[email protected]>
* | change after suggestions.Gravatar vivax37942019-08-13-110/+131
|/
* fixed bugs and turned get_cords into a converterGravatar vivax37942019-08-10-19/+34
|
* changed thing after requests.Gravatar vivax37942019-08-10-63/+64
|
* fixed a small bugGravatar vivax37942019-08-10-7/+5
|
* changed .flag and .reveal to be abel to run multiple cords at onceGravatar vivax37942019-08-10-18/+23
|
* fixed bug in get_cordsGravatar vivax37942019-08-10-1/+1
|
* removed debugging messageGravatar vivax37942019-08-10-1/+0
|
* fixed winning code againGravatar vivax37942019-08-10-3/+3
|
* added that you can provide a custom chance for bombsGravatar vivax37942019-08-10-4/+4
|
* fixed issue with winning detectionGravatar vivax37942019-08-10-2/+8
|
* added `.end` commandGravatar vivax37942019-08-10-2/+11
|
* added .reveal and won and lost commandsGravatar vivax37942019-08-10-0/+53
|
* added `.flag` command and a board reload functionGravatar vivax37942019-08-10-0/+26
|
* changed format_for_discord, as suggested by Ava,Gravatar vivax37942019-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 messageGravatar vivax37942019-08-09-4/+16
|
* added formating for discordGravatar vivax37942019-08-09-4/+34
| | | | (there was no bug)
* add generate_boardGravatar vivax37942019-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 runningGravatar vivax37942019-08-09-1/+20
|
* added minesweeper cogGravatar vivax37942019-08-09-0/+13
|
* Making sure the image BytesIO buffer gets processed correctly by using an ↵Gravatar SebastiaanZ2019-08-05-3/+2
| | | | existing utility function for it
* Unify constants file quotation useGravatar sco12019-08-04-11/+11
|
* Add new Seasonalbot channel IDs to constantsGravatar sco12019-08-04-1/+3
| | | | Change Show Your Projects channel to an env var
* Apply suggeGravatar Suhail6inkling2019-08-04-1/+1
| | | Co-Authored-By: kosayoda <[email protected]>
* Add annotationsGravatar Suhail6inkling2019-08-04-5/+5
| | | Co-Authored-By: Sebastiaan Zeeff <[email protected]>
* 8bitifyGravatar Suhail2019-08-03-0/+54
|
* aghhh I suck at programmingGravatar Leon Sandøy2019-08-01-1/+0
|
* Fix dates and linter complaintGravatar Leon Sandøy2019-08-01-3/+2
|
* Untested retro gaming yolo commit. Adds the Wildcard season.Gravatar Leon Sandøy2019-08-01-1/+34
|
* Additional review comment resolutionGravatar sco12019-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 reviewGravatar S. Co12019-07-31-2/+2
| | | Co-Authored-By: Ava <[email protected]>
* Fix typo in April Fools resource loadGravatar sco12019-07-22-1/+1
|
* Additional review comment resolutionGravatar sco12019-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 Gravatar S. Co12019-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 reviewGravatar sco12019-07-22-9/+9
|