diff options
author | 2019-02-07 16:17:14 +0530 | |
---|---|---|
committer | 2019-02-07 16:17:14 +0530 | |
commit | 0f167c495f2bbd6dc5f7bed6571246a9b09030ef (patch) | |
tree | 402da5b9e41c4860272c3ebde235f34ec056be71 | |
parent | fixed linter issues (diff) |
edited the emoji list
-rw-r--r-- | bot/seasons/valentines/savethedate.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/seasons/valentines/savethedate.py b/bot/seasons/valentines/savethedate.py index bfc4f432..9612cceb 100644 --- a/bot/seasons/valentines/savethedate.py +++ b/bot/seasons/valentines/savethedate.py @@ -9,7 +9,7 @@ from discord.ext import commands log = logging.getLogger(__name__) -emoji = [":heart:", ":couple_with_heart:", ":gift_heart: :revolving_hearts:", ":sparkling_heart:", ":two_hearts:"] +emoji = [":heart:", ":couple_with_heart:", ":gift_heart:", ":revolving_hearts:", ":sparkling_heart:", ":two_hearts:"] class SaveTheDate: |