try to fix clear commands
This commit is contained in:
parent
4ee864dc28
commit
142a49646c
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ bot = commands.Bot(intents=intents, command_prefix=prefix)
|
||||||
@bot.event
|
@bot.event
|
||||||
async def on_connect():
|
async def on_connect():
|
||||||
print("Bot ready on Version %s..." % discord.__version__)
|
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")
|
print("Press Ctl+c to exit now")
|
||||||
|
|
||||||
bot.run(token)
|
bot.run(token)
|
Loading…
Reference in a new issue