diff options
author | 2019-03-25 23:53:40 +1000 | |
---|---|---|
committer | 2019-03-25 23:53:40 +1000 | |
commit | 494316e94ae8266d8db66f393af4934e821e768e (patch) | |
tree | d8d6c7c38157d881bb6d7cf947755d9c817d77c7 /bot | |
parent | Merge branch 'master' into flake8-docstring (diff) |
Add docstring spacing for consistency.
Diffstat (limited to 'bot')
-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) |