aboutsummaryrefslogtreecommitdiffstats
path: root/bot/resources (follow)
Commit message (Collapse)AuthorAgeLines
...
| * Remove unnecessary JSON filesGravatar ks1292020-11-16-5/+0
| |
* | feature/add wonder twins commandGravatar fisher602020-11-19-0/+99
|/ | | | This commit implements a wonder twins inspired command. This is a purely fun command that uses real transformations from the show to make random new transformations. The yaml is all hand transcribed from the actual show.
* Cleanup CandyCollectionGravatar Quanta2020-10-09-1/+1
|
* Apply suggestions from @gustavwilliam's code reviewGravatar Chris Gallardo2020-10-03-3/+3
| | | Co-authored-by: gustavwilliam <[email protected]>
* Merge branch 'master' into save_the_planetGravatar Chris Gallardo2020-10-03-12/+134
|\
| * capitalised first letter from weaknesses and strengthsGravatar Anubhav16032020-10-01-20/+20
| |
| * removed \n and added ,Gravatar Anubhav16032020-10-01-12/+12
| |
| * adjusted logging level,corrected grammer and small bugfixGravatar Anubhav16032020-10-01-12/+12
| |
| * changed capricorn end_at from 2020 to 2021Gravatar Anubhav16032020-09-26-1/+1
| |
| * changed datetime to isoformatGravatar Anubhav16032020-09-25-120/+120
| |
| * corrected inconsistent tabGravatar Anubhav16032020-09-24-88/+88
| |
| * added starting date and ending date of zodiac sign in jsonGravatar Anubhav16032020-09-24-0/+24
| |
| * Merge branch 'master' of https://github.com/python-discord/seasonalbot into ↵Gravatar Anubhav16032020-09-22-24/+145
| |\ | | | | | | | | | partnerzodiac
| * | added json file for zodiac explantionGravatar Anubhav16032020-09-22-0/+98
| | |
* | | @gustavwilliam's suggestionsGravatar Chris Gallardo2020-10-03-13/+19
| | |
* | | Added responsesGravatar Chris Gallardo2020-10-02-1/+35
| | |
* | | lintedGravatar Chris Gallardo2020-10-02-16/+36
|\ \ \
* | | | run lintGravatar Chris Gallardo2020-10-02-1/+1
|/ / /
* | / Add Cog and add a couple responsesGravatar Chris Gallardo2020-10-01-0/+17
| |/ |/|
* | Merge branch 'master' into caesar-commandGravatar Kieran Siek2020-09-18-24/+141
|\ \
| * \ Merge branch 'master' into masterGravatar Shirayuki Nekomata2020-09-15-24/+111
| |\ \
| | * | Renamed from python-extensions to c-extensions, reordered within list.Gravatar Xithrius2020-09-10-4/+4
| | | |
| | * | Updated the #computer-science channel ID.Gravatar Xithrius2020-09-10-1/+1
| | | | | | | | | | | | | | | | Co-authored-by: Dennis Pham <[email protected]>
| | * | Updated the #python-general channel ID.Gravatar Xithrius2020-09-10-1/+1
| | | | | | | | | | | | Co-authored-by: Dennis Pham <[email protected]>
| | * | Made all channel names lowercase.Gravatar Xithrius2020-09-10-4/+4
| | | |
| | * | Renamed "esoteric-Python" to "esoteric-python"Gravatar Xithrius2020-09-10-1/+1
| | | |
| | * | Added more topics.Gravatar Xithrius2020-09-09-9/+14
| | | |
| | * | Changed from json formatting to yaml to get the ability for comments.Gravatar Xithrius2020-09-09-24/+22
| | | |
| | * | Added one more topic to #async.Gravatar Xithrius2020-08-23-0/+1
| | | |
| | * | Added topics to py_topics.yaml, removed the json form of this file.Gravatar Xithrius2020-08-21-63/+16
| | | |
| | * | Auto stash before revert of "Changed from json to yaml config so comments ↵Gravatar Xithrius2020-08-17-0/+72
| | | | | | | | | | | | | | | | can be included."
| | * | Revert "Changed from json to yaml config so comments can be included."Gravatar Xithrius2020-08-17-73/+58
| | | | | | | | | | | | | | | | This reverts commit f489a87f7f1d66983b1e495427883837c57332fe.
| | * | Changed from json to yaml config so comments can be included.Gravatar Xithrius2020-08-17-58/+73
| | | |
| | * | Moved the resources to the correct folder for evergreen.Gravatar Xithrius2020-08-10-0/+0
| | | |
| | * | Added base file for python topics.Gravatar Xithrius2020-08-09-0/+58
| | |/ | | | | | | | | | With a couple suggestions for #python-general
| * | Apply suggestions from code review Gravatar AtieP2020-09-13-5/+5
| | | | | | | | | | | | | | | Fix grammar errors Co-authored-by: Dennis Pham <[email protected]>
| * | Update bot/resources/evergreen/trivia_quiz.jsonGravatar AtieP2020-06-19-1/+1
| | | | | | | | | Co-authored-by: Dennis Pham <[email protected]>
| * | Update bot/resources/evergreen/trivia_quiz.jsonGravatar AtieP2020-06-19-1/+1
| | | | | | | | | Co-authored-by: Dennis Pham <[email protected]>
| * | Update bot/resources/evergreen/trivia_quiz.jsonGravatar AtieP2020-06-19-1/+1
| | | | | | | | | Co-authored-by: Dennis Pham <[email protected]>
| * | 6 more questions added.Gravatar AtieP2020-06-13-0/+30
| |/ | | | | 6 more questions added for the quiz command on the category Evergreen.
* | Use pathlib and fix grammar in the information embedGravatar PureFunctor2020-06-27-1/+1
| |
* | Add basic caesar cipher information embedGravatar PureFunctor2020-06-26-0/+4
|/
* Deseasonify: add default persistent config file for branding cogGravatar kwzrd2020-03-30-0/+3
|
* Add more pre-commit hooksGravatar MarkKoz2020-03-04-24/+22
| | | | | | | | | | | | | | | | | | | | | | Hooks added: * check-merge-conflict - checks for files with merge conflict strings * check-toml - attempts to load all toml files to verify syntax * check-yaml - attempts to load all yaml files to verify syntax * end-of-file-fixer - ensures files end in a newline and only a newline * mixed-line-ending - replaces mixed line endings with LF * trailing-whitespace - trims trailing whitespace * python-check-blanket-noqa - enforces that noqa annotations always occur with specific codes Changes made to comply with new hooks: * Remove trailing whitespaces * Convert some CRLF files to LF * Remove noqa and add missing type annotations * Add missing newlines at end of files See: python-discord/organisation#138
* Merge branch 'master' into quiz_fixGravatar Mark2019-12-20-1/+42
|\
| * Fix AOC countdown logic (#317)Gravatar S. Co12019-12-02-1/+1
| |\ | | | | | | Fix AOC countdown logic
| | * Remove hardcoded date from AOC info link embedGravatar S. Co12019-11-30-1/+1
| | | | | | | | | If a date is not specified, the AOC site should redirect to the most recent year.
| * | Changed several things.Gravatar quizzicaltrains2019-10-18-1/+1
| | |
| * | Adds the monsterbio command!Gravatar quizzicaltrains2019-10-12-0/+41
| |/
* | Merge branch 'master' into quiz_fixGravatar Rohan_Iceman2019-11-28-0/+283
|\|