From 4ab96ac19c2dccdbe811be39d0bd38ead7edc584 Mon Sep 17 00:00:00 2001 From: Mihit Date: Wed, 9 Apr 2025 17:08:04 +1000 Subject: [PATCH] removed api call to get channel --- DiscordBot.py | 1 - 1 file changed, 1 deletion(-) diff --git a/DiscordBot.py b/DiscordBot.py index c472351..fa2507a 100644 --- a/DiscordBot.py +++ b/DiscordBot.py @@ -154,7 +154,6 @@ async def on_message(message): async def main(): bot.run(TOKEN) - messagechannel = await bot.fetch_channel(862039084683624468) if __name__ == '__main__': main() \ No newline at end of file