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)