aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
* Created the spooky8ball command and the corresponding .json responses file.Gravatar RohanRadia2019-04-09-0/+53
|
* Merge pull request #1 from python-discord/masterGravatar RohanRadia2019-04-09-35/+1699
|\ | | | | Update Merge
| * Merge pull request #184 from RohanRadia/masterGravatar S. Co12019-04-04-0/+55
| |\ | |/ |/| Created conversationstarters and created a convo_starter command easter
* | Just changed the conversation starters directory.Gravatar RohanRadia2019-04-04-0/+0
| |
* | Changed 'starters' -> 'topic'Gravatar scragly2019-04-04-1/+1
| | | | | | Co-Authored-By: RohanRadia <[email protected]>
* | Removed aliasesGravatar scragly2019-04-04-1/+1
| | | | | | Co-Authored-By: RohanRadia <[email protected]>
* | Removed f-stringGravatar scragly2019-04-04-1/+1
| | | | | | Co-Authored-By: RohanRadia <[email protected]>
* | Changed 'starters' -> 'topic'Gravatar scragly2019-04-04-1/+1
| | | | | | Co-Authored-By: RohanRadia <[email protected]>
* | Changed 'starters' -> 'topic'Gravatar scragly2019-04-04-1/+1
| | | | | | Co-Authored-By: RohanRadia <[email protected]>
* | Changed 'starters' -> 'topic'Gravatar scragly2019-04-04-1/+1
| | | | | | Co-Authored-By: RohanRadia <[email protected]>
* | Updated the file and added dependancies for accesing the new JSON fileGravatar RohanRadia2019-04-04-23/+5
| |
* | JSON file to store all conversation starters in as requested.Gravatar RohanRadia2019-04-04-0/+24
| |
* | Fixed flake8 formatting.Gravatar RohanRadia2019-04-04-3/+2
| |
* | Created conversationstarters and created a convo_starter command easterGravatar RohanRadia2019-04-04-0/+50
| |
| * Merge pull request #176 from Suhail6inkling/egg_decoratingGravatar S. Co12019-04-04-0/+1219
| |\ | | | | | | Easter Egg Decorating
| | * More suggestions from code reviewGravatar Suhail2019-04-03-8/+9
| | | | | | | | | Co-Authored-By: scragly <[email protected]>
| | * Apply suggestions from code reviewGravatar scragly2019-04-03-16/+38
| | | | | | | | | Co-Authored-By: Suhail6inkling <[email protected]>
| | * Add xkcd and html colour name data.Gravatar Scragly2019-04-03-0/+1101
| | |
| | * Easter Egg DecoratingGravatar Suhail2019-04-01-0/+95
| | | | | | | | | | | | - Added command that uses PIL - Added 6 Easter decorations
| * | Merge pull request #180 from python-discord/contrib-updateGravatar scragly2019-04-03-35/+63
| |\ \ | | | | | | | | | | | | | | | | Update contributor doc Co-authored-by: Olson J <[email protected]>
| | * | just some minor lexical changesGravatar Olson J2019-04-02-1/+1
| | | |
| | * | Update contributor docGravatar sco12019-04-02-35/+63
| | |/ | | | | | | | | | Remove April Fools lemon counter
| * | Merge pull request #141 from Suhail6inkling/spooky_ratingGravatar scragly2019-04-03-0/+115
| |\ \ | | | | | | | | | | | | | | | | Spooky Rating
| | * | add `commands.Cog`Gravatar Suhail2019-03-31-1/+1
| | | |
| | * | Docstring FixesGravatar Suhail2019-03-31-3/+2
| | | |
| | * | Fixed Images to Public Use imagesGravatar Suhail2019-03-31-9/+9
| | | | | | | | | | | | Added them to the repo and linked to the raw
| | * | Spooky Rating - Fixed Requested ChangesGravatar Suhail2019-03-19-12/+4
| | | | | | | | | | | | | | | | | | | | - Removed the documentation on how Users are converted - Changed random to a local state rather than using global seed - Changed the JSON minimum to -1 due to how bisect works
| | * | Spooky RatingGravatar Suhail2019-03-14-0/+124
| | | | | | | | | | | | Added the cog containing the spookyrating command and added the JSON file containing all the ratings
| * | | Merge pull request #181 from RohanRadia/masterGravatar scragly2019-04-03-0/+46
| |\ \ \ | |/ / / |/| | | Created traditions.py and completed the easter_tradition command
* | | | Update bot/seasons/easter/traditions.pyGravatar S. Co12019-04-02-1/+1
| | | | | | | | | | | | Co-Authored-By: RohanRadia <[email protected]>
* | | | Fixed indentation of doc stringGravatar RohanRadia2019-04-02-1/+1
| | | |
* | | | Fixed PATH callGravatar RohanRadia2019-04-02-13/+13
| | | |
* | | | Identified syntax error and fixed.Gravatar RohanRadia2019-04-02-1/+1
| | | |
* | | | Fixed importing of JSON file in traditions.pyGravatar RohanRadia2019-04-02-15/+15
| | | |
* | | | Moved traditions.json locationGravatar RohanRadia2019-04-02-15/+13
| | | |
* | | | Corrected spelling mistake.Gravatar RohanRadia2019-04-02-1/+1
| | | |
* | | | I HATE flake8Gravatar RohanRadia2019-04-02-1/+1
| | | |
* | | | Switched importing od JSON and randomGravatar RohanRadia2019-04-02-1/+1
| | | |
* | | | Changed traditions to be stored in a JSON file.Gravatar RohanRadia2019-04-02-58/+19
| | | |
* | | | E501 fixGravatar RohanRadia2019-04-02-14/+56
| | | |
* | | | Fixed PEP8Gravatar RohanRadia2019-04-02-15/+19
| | | |
* | | | Created traditions.py and completed the easter_tradition commandGravatar RohanRadia2019-04-02-0/+41
| |_|/ |/| |
| * | Merge pull request #173 from Suhail6inkling/egghead_quizGravatar scragly2019-04-03-0/+302
|/| | | | | | | | | | | | | | Egghead Quiz
| * | Egghead Quiz - Typo fixesGravatar Suhail2019-04-01-2/+2
| | |
| * | Egghead Quiz - Requested changesGravatar Suhail2019-03-31-23/+26
| | | | | | | | | | | | | | | | | | - Changed `get_message` to `fetch_message` - Added comment explaining `EMOJIS` - Edited the answers in the JSON and align it with Python's indexing convention - Added `TIMELIMIT` constant
| * | Egghead QuizGravatar Suhail2019-03-31-0/+299
| | | | | | | | | Easter quiz including the Cog Python file and the Questions JSON file
* | | Merge pull request #175 from python-discord/lemonstatsGravatar S. Co12019-03-31-0/+31
|\ \ \ | | | | | | | | Add lemon counter
| * | | Add lemon counterGravatar sco12019-03-31-0/+31
|/ / / | | | | | | | | | For April Fools
* | | Merge pull request #156 from python-discord/hotfixGravatar Jeremiah Boby2019-03-31-58/+60
|\ \ \ | |/ / |/| | Cog inheritance hotfix
| * | Bump Easter event 1 day to accommodate April FoolsGravatar sco12019-03-31-1/+1
| | |