Removed test line from startup

master
pocketjawa 2017-04-16 00:50:10 -04:00
parent 86b0390b3c
commit 5803a4b48e
1 changed files with 0 additions and 1 deletions

View File

@ -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