force register commands on ready
This commit is contained in:
parent
8547fe7a1b
commit
c98f41376b
@ -32,6 +32,7 @@ async def on_ready():
|
||||
),
|
||||
)
|
||||
if os.getenv("DRAGON_ENV") == "prod":
|
||||
await bot.register_commands(guild_id=core_utils.my_guilds, force=True)
|
||||
await bot.get_channel(152921472304676865).send("I have reconnected")
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user