From 437a70cc30c525f094ea1d80ae5c40a214cca94d Mon Sep 17 00:00:00 2001 From: Nayan <33187059+GShadow5@users.noreply.github.com> Date: Tue, 26 Aug 2025 13:13:15 -0400 Subject: [PATCH] remove bad function call --- bot.py | 1 - 1 file changed, 1 deletion(-) diff --git a/bot.py b/bot.py index 4e384dd..4669ea8 100644 --- a/bot.py +++ b/bot.py @@ -274,7 +274,6 @@ async def _stop_server_internal(ctx, servername, method): @bot.event async def on_ready(): print(f'Logged in as {bot.user})') - await connect_to_existing_pipe() @bot.event async def on_message(message):