forked from n/quotes-bot-python
rename matrix so it makes more sense
This commit is contained in:
parent
6b5949cdb3
commit
cc3d96b855
1 changed files with 1 additions and 1 deletions
2
bot.py
2
bot.py
|
@ -4,7 +4,7 @@ import json
|
|||
with open('config.json', 'r') as 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)
|
||||
bot = botLibrary.Bot(credentials)
|
||||
PREFIX = "!q"
|
||||
|
|
Loading…
Add table
Reference in a new issue