diff options
Diffstat (limited to 'bot/seasons/valentines/__init__.py')
| -rw-r--r-- | bot/seasons/valentines/__init__.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bot/seasons/valentines/__init__.py b/bot/seasons/valentines/__init__.py index f1489cf9..e3e04421 100644 --- a/bot/seasons/valentines/__init__.py +++ b/bot/seasons/valentines/__init__.py @@ -8,6 +8,7 @@ class Valentines(SeasonBase): Get yourself into the bot-commands channel and check out the new features! """ + name = "valentines" bot_name = "Tenderbot" greeting = "Get loved-up!" |