removed api call to get channel

This commit is contained in:
2025-04-09 17:08:04 +10:00
parent f571f83c24
commit 4ab96ac19c

View File

@@ -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()