Removed test line from startup
parent
86b0390b3c
commit
5803a4b48e
|
@ -31,7 +31,6 @@ def on_ready():
|
||||||
print(client.user.id)
|
print(client.user.id)
|
||||||
print('------')
|
print('------')
|
||||||
yield from client.send_message(bot_channel_id, "This isn't a butt...")
|
yield from client.send_message(bot_channel_id, "This isn't a butt...")
|
||||||
#yield from client.send_message(bot_channel_id, '!test')
|
|
||||||
|
|
||||||
@client.event
|
@client.event
|
||||||
@asyncio.coroutine
|
@asyncio.coroutine
|
||||||
|
|
Loading…
Reference in New Issue