commit | 920d7298edcc0e2fa07a252867612a97849bd783 | [log] [tgz] |
---|---|---|
author | TheCodedProf <samuel.shuert@gmail.com> | Mon Jun 05 11:02:32 2023 -0400 |
committer | TheCodedProf <samuel.shuert@gmail.com> | Mon Jun 05 11:02:32 2023 -0400 |
tree | 5b40c34258a5ad5b7a836c461b924398a13d3d79 | |
parent | 44713d44f868bbc42a1771885d73565b11b9d4f8 [diff] [blame] |
fixed rolemenu entirely
diff --git a/src/config/default.ts b/src/config/default.ts index f0b931e..69de019 100644 --- a/src/config/default.ts +++ b/src/config/default.ts
@@ -88,7 +88,7 @@ }, moderation: { mute: { - timeout: false, + timeout: true, role: null, text: null, link: null @@ -121,13 +121,13 @@ }, tracks: [], roleMenu: { - enabled: false, + enabled: true, allowWebUI: false, options: [] }, tags: {}, autoPublish: { - enabled: false, + enabled: true, channels: [] } } as GuildConfig;