Compare commits

...

1 commit
0.2 ... main

Author SHA1 Message Date
a5a5b2c7de enable ready motd 2022-03-29 04:40:18 +00:00

View file

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