mirror of
https://github.com/RPCS3/discord-bot.git
synced 2026-01-31 01:25:22 +01:00
misc changes to config
This commit is contained in:
@@ -184,13 +184,13 @@ namespace CompatBot
|
||||
"Lead Core Developer",
|
||||
"Developers",
|
||||
"Affiliated",
|
||||
"Contributors",
|
||||
};
|
||||
|
||||
public static readonly IReadOnlyCollection<string> RoleSmartList = new HashSet<string>(RoleWhiteList, StringComparer.InvariantCultureIgnoreCase)
|
||||
{
|
||||
"Testers",
|
||||
"Helpers"
|
||||
"Helpers",
|
||||
"Contributors",
|
||||
};
|
||||
|
||||
public static readonly IReadOnlyCollection<string> SupporterRoleList = new HashSet<string>(StringComparer.InvariantCultureIgnoreCase)
|
||||
|
||||
Reference in New Issue
Block a user