remove bad function call

This commit is contained in:
Nayan
2025-08-26 13:13:15 -04:00
parent 90a926733c
commit 437a70cc30

1
bot.py
View File

@@ -274,7 +274,6 @@ async def _stop_server_internal(ctx, servername, method):
@bot.event @bot.event
async def on_ready(): async def on_ready():
print(f'Logged in as {bot.user})') print(f'Logged in as {bot.user})')
await connect_to_existing_pipe()
@bot.event @bot.event
async def on_message(message): async def on_message(message):