From 142a49646cee8114ec72be82e2112337048aa196 Mon Sep 17 00:00:00 2001 From: Aaron Riedel Date: Thu, 19 May 2022 01:37:40 +0200 Subject: [PATCH] try to fix clear commands --- clear_commands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clear_commands.py b/clear_commands.py index 8fd85e0..bf9c2c7 100644 --- a/clear_commands.py +++ b/clear_commands.py @@ -22,7 +22,7 @@ bot = commands.Bot(intents=intents, command_prefix=prefix) @bot.event async def on_connect(): print("Bot ready on Version %s..." % discord.__version__) - await bot.sync_commands(commands=[], check_guilds=[261575556708040705]) + await bot.sync_commands(commands=[], guild_ids=[261575556708040705]) print("Press Ctl+c to exit now") bot.run(token) \ No newline at end of file