aboutsummaryrefslogtreecommitdiffstats
path: root/bot/seasons/evergreen/fun.py (follow)
Commit message (Collapse)AuthorAgeLines
* Deseasonify: rename `seasons` pkg to `exts`Gravatar kwzrd2020-03-28-148/+0
| | | | | | | | | It is believed that this is now a more logical name for the package, as extensions no longer bind to seasons. Internally, packages are still grouped into seasonal sub-packages. There are quite a few, and it makes sense to group them by a common theme that inspired their functionality.
* Update flake8-annotation pin & relintGravatar S. Co12019-09-26-1/+1
|
* Merge pull request #271 from python-discord/text-modify-embedsGravatar Chris G2019-09-24-19/+84
|\ | | | | Modify text of embeds for text-modify commands
| * Dumb kosa forgot to relint after making a small changeGravatar kosayoda2019-09-11-1/+1
| |
| * Add more uwu conversionsGravatar kosayoda2019-09-11-0/+1
| |
| * Add embed conversion functionality to .rcase, small fixesGravatar kosayoda2019-09-11-12/+29
| |
| * Add embed conversion functionality to .uwuGravatar kosayoda2019-09-11-14/+61
| |
* | Initial linting passGravatar S. Co12019-09-09-1/+1
|/ | | | Bot root, seasons cog, easter cogs, evergreen cogs, halloween cogs
* 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
|
* Update function annotations for existing methodsGravatar kosayoda2019-08-17-4/+4
|
* Implement randomcaseGravatar kosayoda2019-08-17-0/+31
|
* Relint Seasonalbot with new linting rulesGravatar sco12019-04-24-2/+0
|
* Re-add cog inheritance removed by poor merge conflict resolutionGravatar sco12019-03-30-1/+1
|
* Merge branch 'master' into flake8-docstringGravatar sco12019-03-26-1/+1
|\ | | | | | | Resolve merge conflicts
| * Set cog load log messages to infoGravatar sco12019-03-05-1/+1
| | | | | | Per the contributor doc
| * Add new Cog class inheritance & event listener decorationGravatar sco12019-03-03-1/+1
| | | | | | Mitigates recent breaking d.py changes
* | Docstring pass for Evergreen cogsGravatar sco12019-03-19-7/+5
|/
* Add direct reference to terning emoji to constants, fun cogGravatar sco12019-02-17-1/+4
|
* 3rd code review. Added docstring.Gravatar astieman2019-02-16-0/+3
|
* 2nd code review complete. Default roll once and warning to roll at least ↵Gravatar astieman2019-02-15-2/+2
| | | | once implemented.
* Code review changes implemented. Reverted so error handling is done by base bot.Gravatar astieman2019-02-14-15/+7
|
* Readded fun.py file to evergreen and added roll command.Gravatar astieman2019-02-11-0/+40