Added switch emojis to switch command!

dev
pocketjawa 2017-02-21 23:00:32 -05:00
parent 0c4548c30f
commit 9a8d99cf44
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ def on_message(message):
now = datetime.datetime.now()
switchdate = datetime.datetime(2017, 3, 3)
switchdelta = switchdate - now
switchmsg = "Only **%s** until the Switch comes out!" % (switchdelta)
switchmsg = "<:switchl:283809380137435139>Only **%s** until the Switch comes out!<:switchr:283809391835349004>" % (switchdelta)
yield from client.send_message(message.channel, switchmsg)