diff --git a/CompatBot/Config.cs b/CompatBot/Config.cs index 8fec28eb..853d4b70 100644 --- a/CompatBot/Config.cs +++ b/CompatBot/Config.cs @@ -184,13 +184,13 @@ namespace CompatBot "Lead Core Developer", "Developers", "Affiliated", - "Contributors", }; public static readonly IReadOnlyCollection RoleSmartList = new HashSet(RoleWhiteList, StringComparer.InvariantCultureIgnoreCase) { "Testers", - "Helpers" + "Helpers", + "Contributors", }; public static readonly IReadOnlyCollection SupporterRoleList = new HashSet(StringComparer.InvariantCultureIgnoreCase)