mirror of
https://github.com/RPCS3/discord-bot.git
synced 2026-01-31 01:25:22 +01:00
somehow #media was dropped from ocr moderation in march
This commit is contained in:
@@ -167,10 +167,12 @@ namespace CompatBot
|
||||
|
||||
public static readonly IReadOnlyCollection<ulong> OcrChannels = new HashSet<ulong>(Channels)
|
||||
{
|
||||
272035812277878785,
|
||||
277227681836302338,
|
||||
564846659109126244,
|
||||
534749301797158914,
|
||||
272035812277878785, // #rpcs3
|
||||
277227681836302338, // #help
|
||||
272875751773306881, // #media
|
||||
// test server
|
||||
564846659109126244, // #media
|
||||
534749301797158914, // private-spam
|
||||
};
|
||||
|
||||
public static readonly IReadOnlyCollection<string> RoleWhiteList = new HashSet<string>(StringComparer.InvariantCultureIgnoreCase)
|
||||
|
||||
Reference in New Issue
Block a user