aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
* Resolve alias conflict between minsweeper & monster surveyGravatar sco12019-09-04-1/+1
|
* Update contrib doc for allowing edits from maintainers (#268)Gravatar scragly2019-09-04-90/+88
|\ | | | | Update contrib doc for allowing edits from maintainers
| * Use pipenv lint script for pre-commit hookGravatar S. Co12019-09-03-12/+8
| |
| * Add dependency pinning & relockGravatar S. Co12019-09-03-78/+77
| | | | | | Kaizen!
| * Update contrib doc for allowing edits from maintainersGravatar S. Co12019-09-03-0/+3
| |
* | Merge pull request #260 from kosayoda/text-modifyGravatar Mark2019-09-03-4/+109
|\ \ | |/ |/| Modify text :-)
| * Improve wording of message conversion functionGravatar kosayoda2019-08-29-4/+7
| |
| * Remove redundant command groupGravatar kosayoda2019-08-29-15/+6
| |
| * Implement uwuGravatar kosayoda2019-08-18-3/+27
| |
| * Add utils function to replace multiple words in a given stringGravatar kosayoda2019-08-18-0/+56
| |
| * Update function annotations for existing methodsGravatar kosayoda2019-08-17-4/+4
| |
| * Implement randomcaseGravatar kosayoda2019-08-17-0/+31
| |
* | Merge pull request #265 from vivax3794/losing_addintionsGravatar Mark2019-08-25-3/+12
|\ \ | | | | | | [minesweeper] changed board revealing at end of games.
| * | changed board revealing at end of games.Gravatar vivax37942019-08-24-3/+12
| | |
* | | Merge pull request #261 from kosayoda/docstring-deparamGravatar Mark2019-08-25-134/+37
|\ \ \ | |/ / |/| | Remove parameter and return value documentation from docstring
| * | Remove missed return docGravatar kosayoda2019-08-20-5/+1
| | |
| * | Fix lint errorsGravatar kosayoda2019-08-20-9/+3
| | |
| * | Replace paramater and return value docstring documentation with an extended ↵Gravatar kosayoda2019-08-19-121/+34
| |/ | | | | | | summary
* | [Minesweeper] making sure there is always a non-bomb cell. (#263)Gravatar scragly2019-08-23-1/+5
|\ \ | | | | | | [Minesweeper] making sure there is always a non-bomb cell.
| * | fixed import order.Gravatar vivax37942019-08-21-1/+1
| | |
| * | making sure a game is always has a way to win no matter how hard it is.Gravatar vivax37942019-08-21-1/+5
|/ /
* | RecommendGame pull request #258 from jakeHebert/masterGravatar scragly2019-08-19-0/+79
|\ \ | | | | | | Add RecommendGame cog and resources
| * | added function annotationsGravatar jakeHebert2019-08-18-3/+3
| | |
| * | added validation for Embed author formattingGravatar jakeHebert2019-08-16-1/+2
| | |
| * | cleaned up code, changed json fieldnames, changed command name/aliasGravatar jakeHebert2019-08-15-19/+15
| | |
| * | moved populating game_recs to module level, added an index to iterate ↵Gravatar jakeHebert2019-08-15-17/+19
| | | | | | | | | | | | game_recs, edit docstring, added aliases
| * | edited json files, added new resource, small tweaks to EmbedGravatar jakeHebert2019-08-15-29/+16
| | |
| * | edited json files, added new resource, small tweaks to EmbedGravatar jakeHebert2019-08-15-0/+0
| | |
| * | added wiki links and author to json files, changes to EmbedGravatar jakeHebert2019-08-14-5/+67
| | |
| * | add recommend_game.py and resource filesGravatar jakeHebert2019-08-14-0/+31
| | |
| * | Merge pull request #1 from python-discord/masterGravatar Jacob Hebert2019-08-14-31/+432
| |\| | | | | | | update
* | | fixed coordinate bug. (#256)Gravatar scragly2019-08-19-1/+7
|\ \ \ | | | | | | | | fixed coordinate bug.
| * | | added suggestion.Gravatar vivax37942019-08-14-4/+6
| | | |
| * | | 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
| | | |
* | | | changed flag again. (minesweeper) (#259)Gravatar scragly2019-08-19-1/+1
|\ \ \ \ | |_|_|/ |/| | | changed flag again. (minesweeper)
| * | | changed flag again.Gravatar vivax37942019-08-16-1/+1
| | | |
* | | | Merge pull request #257 from vivax3794/minesweeper-lenght-fixGravatar S. Co12019-08-14-1/+1
|\| | | | | | | | | | | changed flag emoji to stay under max message lenght (minesweeper)
| * | | changed flag emoji to stay under max message lenghtGravatar vivax37942019-08-14-1/+1
| |/ /
* | | Merge pull request #255 from vivax3794/minesweeperGravatar S. Co12019-08-14-0/+266
|\| | | | | | | | Minesweeper
| * | 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]>