From 7a22826079880cca641c2af4db0683dcffa5d1bf Mon Sep 17 00:00:00 2001 From: Copper <157772455+FateUnix29@users.noreply.github.com> Date: Tue, 18 Jun 2024 19:58:33 -0700 Subject: [PATCH] change settings back to preferring andy --- settings.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/settings.js b/settings.js index 4daa387..f43e49a 100644 --- a/settings.js +++ b/settings.js @@ -6,8 +6,9 @@ export default "auth": "offline", // or "microsoft" "profiles": [ - //"./andy.json", - "./profiles/dolphin.json", + "./andy.json", + //"./profiles/dolphin.json", // Groq support + // add more profiles here, check ./profiles/ for more // more than 1 profile will require you to /msg each bot indivually ],