forgot to update the default config woops

This commit is contained in:
Parker2991 2024-08-21 12:26:17 -04:00
parent 2f48ffea12
commit 2a7819cf09

View file

@ -8,14 +8,10 @@ discord:
token: "discord token here" token: "discord token here"
prefix: "!" prefix: "!"
invite: "discord invite here" invite: "discord invite here"
roles:
matrix: trusted: "trusted"
token: "matrix token here" admin: "admin"
invite: "matrix invite here" owner: "FNFBoyfriendBot Owner"
prefix: "!"
hostUrl: "matrix instance url here"
userId: "@fnfboyfriendbot:localhost"
enabled: false
core: core:
name: {"translate":"outOfMemory.message"} name: {"translate":"outOfMemory.message"}
@ -31,6 +27,7 @@ core:
keys: keys:
trusted: "trusted key here" trusted: "trusted key here"
admin: "admin key here"
owner: "owner key here" owner: "owner key here"
colors: colors:
@ -38,6 +35,10 @@ colors:
embed: "#000000" embed: "#000000"
error: "#FF0000" error: "#FF0000"
console:
prefix: "c."
filelogger: false
bots: bots:
- host: "localhost" - host: "localhost"
username: "FNFBoyfriendBot" username: "FNFBoyfriendBot"
@ -46,7 +47,6 @@ bots:
serverName: "localhost" serverName: "localhost"
reconnectDelay: 6000 reconnectDelay: 6000
channelId: "discord channel id here" channelId: "discord channel id here"
roomId: "matrix room id here"
logging: false logging: false
useChat: false useChat: false
isKaboom: true isKaboom: true