aboutsummaryrefslogtreecommitdiffstats
path: root/bot/exts/evergreen/game.py (follow)
Commit message (Collapse)AuthorAgeLines
* Remove references to old name.Gravatar Leon Sandøy2020-11-21-3/+3
| | | | | I've tried to replace this with generic references where appropriate, but a lot of the time it just doesn't make a lot of sense to do so.
* 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.