Added switch emojis to switch command!
parent
0c4548c30f
commit
9a8d99cf44
|
@ -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)
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue