You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

8 lines
230B

  1. import configparser
  2. settings = configparser.ConfigParser()
  3. settings.read("settings/preferences.ini")
  4. command_prefix = settings["Roxbot"]["Command_Prefix"]
  5. token = settings["Roxbot"]["Token"]
  6. owner = settings["Roxbot"]["OwnerID"]