From 8fcf9675c6987d7452971b8abb995846c180a96f Mon Sep 17 00:00:00 2001 From: n Date: Fri, 31 Jan 2025 18:22:20 -0600 Subject: [PATCH] test 2 --- bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot.py b/bot.py index 05a1afe..5703fab 100644 --- a/bot.py +++ b/bot.py @@ -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"