This commit is contained in:
Nyx 2025-01-31 18:22:20 -06:00
parent d2929f79bf
commit 8fcf9675c6

2
bot.py
View file

@ -4,7 +4,7 @@ import json
with open('config.json', 'r') as f:
config = json.load(f)
credentials = botLibrary.Creds(config[server], config[login], config[password])
credentials = botLibrary.Creds(config['configuration']['server'], config['configuration']['userid'], config['configuration']['password'])
print(credentials)
bot = botLibrary.Bot(credentials)
PREFIX = "!q"