diff options
| author | 2019-03-19 13:38:49 -0400 | |
|---|---|---|
| committer | 2019-03-19 13:38:49 -0400 | |
| commit | 9ec955812bc160a389a24fe7737e2ab8f9580d3c (patch) | |
| tree | f157f2fc4c599c8828197fe378163ac9717b6391 /bot/seasons/christmas/__init__.py | |
| parent | Docstring pass for Halloween cogs (diff) | |
Docstring pass for Christmas cogs
Diffstat (limited to 'bot/seasons/christmas/__init__.py')
| -rw-r--r-- | bot/seasons/christmas/__init__.py | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/bot/seasons/christmas/__init__.py b/bot/seasons/christmas/__init__.py index 99d81b0c..f0a7c2c6 100644 --- a/bot/seasons/christmas/__init__.py +++ b/bot/seasons/christmas/__init__.py @@ -4,12 +4,15 @@ from bot.seasons import SeasonBase class Christmas(SeasonBase): """ - We are getting into the festive spirit with a new server icon, new - bot name and avatar, and some new commands for you to check out! + Christmas seasonal event attributes. - No matter who you are, where you are or what beliefs you may follow, - we hope every one of you enjoy this festive season! + We are getting into the festive spirit with a new server icon, new bot name and avatar, and some + new commands for you to check out! + + No matter who you are, where you are or what beliefs you may follow, we hope every one of you + enjoy this festive season! """ + name = "christmas" bot_name = "Merrybot" greeting = "Happy Holidays!" |