From 14d8ab058245c62d074fffb8923e140c01a9c667 Mon Sep 17 00:00:00 2001 From: Luke Robles <98352913+lrobles-iterable@users.noreply.github.com> Date: Tue, 18 Oct 2022 12:26:06 -0700 Subject: [PATCH] force register commands on ready --- app/bot.py | 1 + 1 file changed, 1 insertion(+) diff --git a/app/bot.py b/app/bot.py index c7c13b9f..bfdaa646 100755 --- a/app/bot.py +++ b/app/bot.py @@ -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")