diff --git a/BotConfig.py b/BotConfig.py index 2473603..aaf7c7e 100644 --- a/BotConfig.py +++ b/BotConfig.py @@ -21,6 +21,7 @@ def create_config(config): config['Logging'] = {'Count': '', 'Rotation_Duration': '' } + config['Special Names'] = {} with open('GeoffreyConfig.ini', 'w') as configfile: config.write(configfile)