Cherry pick 'Update to use intents' to remove NGv2 sections
This commit is contained in:
1
main.py
1
main.py
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user