Skip to content

Commit ed94849

Browse files
committed
Merge branch 'vnext'
2 parents 5db4f48 + e5d4d8b commit ed94849

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

CompatBot/Database/Providers/ContentFilter.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,9 @@ public static async ValueTask<bool> IsClean(DiscordClient client, DiscordMessage
106106
if (message.Channel?.IsPrivate ?? false)
107107
return true;
108108

109+
if (message.Channel?.Id == Config.BotLogId)
110+
return true;
111+
109112
/*
110113
if (message.Author.IsBotSafeCheck())
111114
return true;

0 commit comments

Comments
 (0)