This commit is contained in:
Copper 2024-06-18 19:22:27 -07:00 committed by GitHub
parent 212c61c1bd
commit 71ccaa4b82
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -6,7 +6,8 @@ export default
"auth": "offline", // or "microsoft" "auth": "offline", // or "microsoft"
"profiles": [ "profiles": [
"./andy.json", //"./andy.json",
"./profiles/dolphin.json",
// add more profiles here, check ./profiles/ for more // add more profiles here, check ./profiles/ for more
// more than 1 profile will require you to /msg each bot indivually // more than 1 profile will require you to /msg each bot indivually
], ],
@ -14,4 +15,4 @@ export default
"init_message": "Say hello world and your name", // sends to all on spawn "init_message": "Say hello world and your name", // sends to all on spawn
"allow_insecure_coding": false, // disable at own risk "allow_insecure_coding": false, // disable at own risk
"code_timeout_mins": 10, // -1 for no timeout "code_timeout_mins": 10, // -1 for no timeout
} }