aboutsummaryrefslogtreecommitdiffstats
path: root/bot (follow)
Commit message (Collapse)AuthorAgeLines
* Removed embed, condensed code.Gravatar RohanRadia2019-05-11-9/+3
|
* Update bot/seasons/halloween/8ball.pyGravatar RohanRadia2019-05-11-1/+1
| | | Co-Authored-By: S. Co1 <[email protected]>
* Update bot/seasons/halloween/8ball.pyGravatar RohanRadia2019-05-11-1/+1
| | | Co-Authored-By: S. Co1 <[email protected]>
* Update bot/seasons/halloween/8ball.pyGravatar RohanRadia2019-05-11-1/+1
| | | Co-Authored-By: S. Co1 <[email protected]>
* Lint issues - fixed import ordersGravatar RohanRadia2019-05-11-1/+1
|
* Added embed to stop double message confusion and fixed sleep to asyncio.sleep()Gravatar RohanRadia2019-05-11-9/+12
|
* Updated the docstringGravatar RohanRadia2019-04-10-1/+1
|
* updated responses.jsonGravatar Olson J2019-04-10-4/+4
| | | Change a few wording, as they were minor, linguistically speaking.
* Change a string to a tuple.Gravatar RohanRadia2019-04-10-1/+1
|
* Created the spooky8ball command and the corresponding .json responses file.Gravatar RohanRadia2019-04-09-0/+53
|
* 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/+31
| |
| * JSON file to store all conversation starters in as requested.Gravatar RohanRadia2019-04-04-0/+24
| |
* | 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-31/+0
|\ \ \ | | | | | | | | | | | | | | | | Update contributor doc Co-authored-by: Olson J <[email protected]>
| * | | Update contributor docGravatar sco12019-04-02-31/+0
| |/ / | | | | | | | | | 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-0/+13
| | | |
| * | | 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/+4
| | | |
| * | | 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
* | | Add lemon counterGravatar sco12019-03-31-0/+31
| | | | | | | | | | | | For April Fools
* | | Bump Easter event 1 day to accommodate April FoolsGravatar sco12019-03-31-1/+1
| | |
* | | Add cog unload docstringGravatar sco12019-03-31-0/+2
| | |
* | | Migrate season manager cog unload to new functionGravatar sco12019-03-31-1/+1
| | |
* | | Re-add cog inheritance removed by poor merge conflict resolutionGravatar sco12019-03-30-22/+22
| | |
* | | Merge branch 'master' into hotfixGravatar sco12019-03-30-525/+621
|\| |
| * | Blank line required between summary line and description.Gravatar Scragly2019-03-30-0/+1
| | |