remove the ready spam
This commit is contained in:
parent
9b9e161098
commit
2669aef9c2
1 changed files with 1 additions and 1 deletions
2
main.py
2
main.py
|
@ -38,7 +38,7 @@ async def on_ready():
|
||||||
print("[WARN] No voice channel " + voice_channel_id + " found!")
|
print("[WARN] No voice channel " + voice_channel_id + " found!")
|
||||||
if not debug_channel:
|
if not debug_channel:
|
||||||
print("[WARN] No text channel " + text_channel_id + " found!")
|
print("[WARN] No text channel " + text_channel_id + " found!")
|
||||||
await debug_channel.send('] ready. :satellite_orbital:')
|
#await debug_channel.send('] ready. :satellite_orbital:')
|
||||||
|
|
||||||
@bot.event
|
@bot.event
|
||||||
async def on_message(message):
|
async def on_message(message):
|
||||||
|
|
Loading…
Reference in a new issue