diff --git a/settings.js b/settings.js index 354eb13..4daa387 100644 --- a/settings.js +++ b/settings.js @@ -6,7 +6,8 @@ export default "auth": "offline", // or "microsoft" "profiles": [ - "./andy.json", + //"./andy.json", + "./profiles/dolphin.json", // add more profiles here, check ./profiles/ for more // 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 "allow_insecure_coding": false, // disable at own risk "code_timeout_mins": 10, // -1 for no timeout -} \ No newline at end of file +}