You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// TODO: This should be dynamic but I need to find a source of "good bots" lists. Might have to cheap out and just do a database table with data entry. Let users of the bot submit suggestions that we approve manually.
23
23
/// <summary>
24
24
/// The whitelist of bots to not ban.
25
25
/// </summary>
26
-
publicstaticreadonlystring[]WhitelistedBots={
26
+
publicstaticreadonlystring[]WHITELISTED_BOTS={
27
27
"soundalerts","nightbot","streamlabs",
28
28
"pokemoncommunitygame","streamelements",
29
29
"moobot","wizebot","bad_elbereth","dixperbro",
@@ -37,10 +37,10 @@ public static class Constants {
37
37
/// <summary>
38
38
/// The minimum time that must elapse between user's getting scanned.
0 commit comments