csbot3/config.json
getriot 9837b3c5e8 # CsBot3 - Matrix Client
- Added CsBot3::Matrix library in src/lib
- Added dotenv support
- Added login, room joining, and event listening functions
2025-01-17 01:29:26 +01:00

24 lines
630 B
JSON

{
"config": {
"server": "server",
"port": 6667,
"ssl": 0,
"channel": "#chan",
"nick": "csbot2",
"password": "pass",
"masters": ["nicolapcweek94"],
"randomchars": "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789,.;:-_+*^@#[]{}()=?/%$£!|\\",
"quitline": "6 > 4 > 2 > 5 > 1 > 3"
},
"apikeys": {
"trakt": "trakt API key",
"lastfm": "lastfm API key"
},
"traktaliases": {
"nicolapcweek94": "nicolapcweek94"
},
"lastfmaliases": {
"nicolapcweek94": "citizenwasp"
},
"modules": []
}