fix value and settings bug

This commit is contained in:
SowinskiBraeden committed 2022-08-02 22:44:45 -07:00
1 parent 9d8350f569
commit 3a101e5046
2 files changed
+4 -4

No files matched your search

+1 -1
View File
@@ -159,7 +159,7 @@ class QuarksBot extends Client {
}
let guildData = {
serverID: GuildID,
serverID: GuildId,
customChannelStatus: guild.server.allowedChannels.length > 0 ? true : false,
allowedChannels: guild.server.allowedChannels,
actionChannel: guild.server.actionChannel,