aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar scragly <[email protected]>2019-03-25 23:53:40 +1000
committerGravatar GitHub <[email protected]>2019-03-25 23:53:40 +1000
commit494316e94ae8266d8db66f393af4934e821e768e (patch)
treed8d6c7c38157d881bb6d7cf947755d9c817d77c7
parentMerge branch 'master' into flake8-docstring (diff)
Add docstring spacing for consistency.
-rw-r--r--bot/seasons/valentines/savethedate.py1
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)