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