1
0
Fork 0

rename matrix so it makes more sense

This commit is contained in:
Nyx 2025-01-31 18:38:04 -06:00
parent 6b5949cdb3
commit cc3d96b855

2
bot.py
View file

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