From 2a7819cf09e7574328458b71ee3e929d952b97f7 Mon Sep 17 00:00:00 2001 From: Parker2991 Date: Wed, 21 Aug 2024 12:26:17 -0400 Subject: [PATCH] forgot to update the default config woops --- src/data/default_config.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/data/default_config.yml b/src/data/default_config.yml index 2243b84..82b71c4 100644 --- a/src/data/default_config.yml +++ b/src/data/default_config.yml @@ -8,14 +8,10 @@ discord: token: "discord token here" prefix: "!" invite: "discord invite here" - -matrix: - token: "matrix token here" - invite: "matrix invite here" - prefix: "!" - hostUrl: "matrix instance url here" - userId: "@fnfboyfriendbot:localhost" - enabled: false + roles: + trusted: "trusted" + admin: "admin" + owner: "FNFBoyfriendBot Owner" core: name: {"translate":"outOfMemory.message"} @@ -31,6 +27,7 @@ core: keys: trusted: "trusted key here" + admin: "admin key here" owner: "owner key here" colors: @@ -38,6 +35,10 @@ colors: embed: "#000000" error: "#FF0000" +console: + prefix: "c." + filelogger: false + bots: - host: "localhost" username: "FNFBoyfriendBot" @@ -46,7 +47,6 @@ bots: serverName: "localhost" reconnectDelay: 6000 channelId: "discord channel id here" - roomId: "matrix room id here" logging: false useChat: false isKaboom: true