diff options
author | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2021-09-03 11:11:00 -0400 |
---|---|---|
committer | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2021-09-03 11:11:00 -0400 |
commit | 3e845f120fa1bb0f38e54969238a4d27abad7098 (patch) | |
tree | 07b7c2191daa5d3ddb059d07bab5306a1591bf9e /src/lib/models/Guild.ts | |
parent | 0d73d6956ae2b23ad12a677749a60967bfa0bb55 (diff) | |
download | tanzanite-3e845f120fa1bb0f38e54969238a4d27abad7098.tar.gz tanzanite-3e845f120fa1bb0f38e54969238a4d27abad7098.tar.bz2 tanzanite-3e845f120fa1bb0f38e54969238a4d27abad7098.zip |
add setxp command
Diffstat (limited to 'src/lib/models/Guild.ts')
-rw-r--r-- | src/lib/models/Guild.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/models/Guild.ts b/src/lib/models/Guild.ts index 38b5127..3dbb0ea 100644 --- a/src/lib/models/Guild.ts +++ b/src/lib/models/Guild.ts @@ -95,7 +95,7 @@ export const guildLogsObj = { }, moderation: { description: 'Sends a message in this channel every time a moderation action is performed.', - configurable: true + configurable: false } }; export type GuildLogType = keyof typeof guildLogsObj; |