aboutsummaryrefslogtreecommitdiffstats
path: root/bot/exts/evergreen/game.py (follow)
Commit message (Collapse)AuthorAgeLines
* Merge master: adjust `Space` cog locationGravatar kwzrd2020-04-01-4/+33
| | | | Module was placed in the `seasons` pkg, which we renamed to `exts`.
* Deseasonify: rename `seasons` pkg to `exts`Gravatar kwzrd2020-03-28-0/+395
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.