From 6d0d964e7e4e3879ac3dd151fdc2ac808ea71ece Mon Sep 17 00:00:00 2001 From: Nayan <33187059+GShadow5@users.noreply.github.com> Date: Tue, 26 Aug 2025 13:21:57 -0400 Subject: [PATCH] rollback --- bot.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bot.py b/bot.py index 5ad5318..4669ea8 100644 --- a/bot.py +++ b/bot.py @@ -177,9 +177,9 @@ async def _read_from_pipe(servername, channel_id, bot_instance): print(discord_message) await bot.loop.create_task(channel.send("Message sending...")) await bot.loop.create_task(channel.send(discord_message)) - else: - # Optionally, you can log other server output to a debug channel or console - print(f"Non-chat output: {line}") + # else: + # # Optionally, you can log other server output to a debug channel or console + # print(f"Non-chat output: {line}") await asyncio.sleep(0.01) # Small delay to yield control and avoid busy-waiting