Browse Source

forgot to change this due to refactoring.

tags/v1.7.0
Roxie Gibson 6 years ago
parent
commit
1075146319
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      Roxbot/load_config.py

+ 1
- 1
Roxbot/load_config.py View File

@@ -1,7 +1,7 @@
import configparser

settings = configparser.ConfigParser()
settings.read("Roxbot/preferences.ini")
settings.read("Roxbot/settings/preferences.ini")

command_prefix = settings["Roxbot"]["Command_Prefix"]
token = settings["Roxbot"]["Token"]

Loading…
Cancel
Save