diff options
-rw-r--r-- | bot/seasons/valentines/savethedate.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bot/seasons/valentines/savethedate.py b/bot/seasons/valentines/savethedate.py index 9582dea4..9f1dbaaa 100644 --- a/bot/seasons/valentines/savethedate.py +++ b/bot/seasons/valentines/savethedate.py @@ -25,6 +25,7 @@ class SaveTheDate: @commands.command() async def savethedate(self, ctx): """Gives you ideas for what to do on a date with your valentine.""" + random_date = random.choice(VALENTINES_DATES['ideas']) emoji_1 = random.choice(HEART_EMOJIS) emoji_2 = random.choice(HEART_EMOJIS) |