From 80611b5a9a9f3fdee2e7631d36438cf8082853fd Mon Sep 17 00:00:00 2001 From: Matt Compton Date: Mon, 31 Jan 2022 16:29:41 +0000 Subject: [PATCH] oof async --- bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot.py b/bot.py index 368b086..52cbfdf 100644 --- a/bot.py +++ b/bot.py @@ -36,7 +36,7 @@ async def distrohop(ctx, *, count=None): @bot.event async def on_ready(): - chan = await bot.get_channel(842491569176051712) + chan = bot.get_channel(842491569176051712) cogs_dir = "cogs" for extension in [ f.replace(".py", "") for f in os.listdir(cogs_dir) if os.isfile(join(cogs_dir, f))