Update bot.py

This commit is contained in:
Daniel 2022-05-20 00:46:20 -07:00
parent aa30cde018
commit e54f27d8fa
No known key found for this signature in database
GPG Key ID: 771601B78F6934C8

3
bot.py
View File

@ -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")