feat(moderation): add additional channel to skip in message capture logic
This commit is contained in:
@@ -36,7 +36,8 @@ export function shouldCaptureMessageLocation(
|
||||
): boolean {
|
||||
if (
|
||||
message.channelId === "1310988070996414494" ||
|
||||
message.channelId === "1265679542144467035"
|
||||
message.channelId === "1265679542144467035" ||
|
||||
message.channelId === "1310867899745046558"
|
||||
)
|
||||
return false; // Skip specific channels
|
||||
if (!message.guildId || message.guildId !== target.guildId) return false;
|
||||
|
||||
Reference in New Issue
Block a user