Fix main launcher

This commit is contained in:
EEKIM10 2022-10-11 14:30:44 +01:00
parent fc167eb55c
commit 09578ae120

View file

@ -23,7 +23,7 @@ async def on_connect():
print("Connected to discord!")
@bot.event
@bot.listen()
async def on_ready():
print("Logged in as", bot.user)