Cherry pick 'Update to use intents' to remove NGv2 sections

This commit is contained in:
Logan Cusano
2022-11-26 20:51:25 -05:00
parent 71a8914ac7
commit c6d120982d
2 changed files with 13 additions and 1 deletions

View File

@@ -42,6 +42,7 @@ def main(**passed_config):
if not config:
LOGGER.warning("No config file exists, please enter this information now")
BotResources.write_config_file(init=True)
config = BotResources.read_config_file()
# Overwrite config options if they were passed
if len(passed_config.keys()) == 0: