From e54f27d8fa12819ed31dd669c9367485f3f5f455 Mon Sep 17 00:00:00 2001 From: Daniel <46201432+TechGeekGamer@users.noreply.github.com> Date: Fri, 20 May 2022 00:46:20 -0700 Subject: [PATCH] Update bot.py --- bot.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bot.py b/bot.py index 589401e..3e9409d 100644 --- a/bot.py +++ b/bot.py @@ -8,7 +8,8 @@ from dotenv import load_dotenv load_dotenv() bot = commands.InteractionBot( - test_guilds=[int(os.getenv("DEVELOPER_GUILD_ID"))] + sync_commands=bool(os.getenv("SYNC_COMMANDS")), + # test_guilds=[int(os.getenv("DEVELOPER_GUILD_ID"))] ) faqFile = open("faq.json")