From 5803a4b48e2a14201d1ba4ff9770f8c84eaf1843 Mon Sep 17 00:00:00 2001 From: pocketjawa Date: Sun, 16 Apr 2017 00:50:10 -0400 Subject: [PATCH] Removed test line from startup --- buttsbot.py | 1 - 1 file changed, 1 deletion(-) diff --git a/buttsbot.py b/buttsbot.py index 43189cc..21bd663 100644 --- a/buttsbot.py +++ b/buttsbot.py @@ -31,7 +31,6 @@ def on_ready(): print(client.user.id) print('------') yield from client.send_message(bot_channel_id, "This isn't a butt...") - #yield from client.send_message(bot_channel_id, '!test') @client.event @asyncio.coroutine