aboutsummaryrefslogtreecommitdiffstats
path: root/bot/exts/evergreen/8bitify.py (follow)
Commit message (Collapse)AuthorAgeLines
* Merge all avatar cogs into one. Also includes some in_executor and ↵Gravatar Chris2021-02-18-54/+0
| | | | max_concurrency code.
* Actually use 256 coloursGravatar Chris2021-01-09-1/+1
|
* 8bitify: Use NEAREST to resize avatar.Gravatar Matteo Bertucci2020-09-24-1/+1
| | | | It used to be the default, but it got changed in Pillow 7.0
* Deseasonify: rename `seasons` pkg to `exts`Gravatar kwzrd2020-03-28-0/+54
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.