aboutsummaryrefslogtreecommitdiffstats
path: root/bot/seasons/valentines/savethedate.py
diff options
context:
space:
mode:
Diffstat (limited to 'bot/seasons/valentines/savethedate.py')
-rw-r--r--bot/seasons/valentines/savethedate.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/bot/seasons/valentines/savethedate.py b/bot/seasons/valentines/savethedate.py
index 281625a4..a2d9a22d 100644
--- a/bot/seasons/valentines/savethedate.py
+++ b/bot/seasons/valentines/savethedate.py
@@ -25,7 +25,6 @@ class SaveTheDate(commands.Cog):
@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)
@@ -39,6 +38,5 @@ class SaveTheDate(commands.Cog):
def setup(bot):
"""Save the date Cog Load."""
-
bot.add_cog(SaveTheDate(bot))
log.info("SaveTheDate cog loaded")