From 3e845f120fa1bb0f38e54969238a4d27abad7098 Mon Sep 17 00:00:00 2001 From: IRONM00N <64110067+IRONM00N@users.noreply.github.com> Date: Fri, 3 Sep 2021 11:11:00 -0400 Subject: add setxp command --- src/lib/models/Guild.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib/models') 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; -- cgit