mirror of
https://github.com/RPCS3/discord-bot.git
synced 2026-01-31 01:25:22 +01:00
Merge branch 'vnext'
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user