Merge branch 'vnext'

This commit is contained in:
13xforever
2025-09-02 14:08:56 +05:00

View File

@@ -106,6 +106,9 @@ internal static class ContentFilter
if (message.Channel?.IsPrivate ?? false)
return true;
if (message.Channel?.Id == Config.BotLogId)
return true;
/*
if (message.Author.IsBotSafeCheck())
return true;