From 9a8d99cf44270e767134eca95d5a62a178308a6e Mon Sep 17 00:00:00 2001 From: pocketjawa Date: Tue, 21 Feb 2017 23:00:32 -0500 Subject: [PATCH] Added switch emojis to switch command! --- pocketbot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pocketbot.py b/pocketbot.py index 3b07027..0bea002 100644 --- a/pocketbot.py +++ b/pocketbot.py @@ -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)