From 21514746cec25f95a3340ec7be85fdcdbcc2c57b Mon Sep 17 00:00:00 2001 From: Daniel-I-Am Date: Fri, 16 Oct 2020 19:01:24 +0200 Subject: [PATCH] Make RestrictedConfig static --- ChaosBot/Services/RestrictedConfig.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChaosBot/Services/RestrictedConfig.cs b/ChaosBot/Services/RestrictedConfig.cs index f535a7a..e21e90f 100644 --- a/ChaosBot/Services/RestrictedConfig.cs +++ b/ChaosBot/Services/RestrictedConfig.cs @@ -3,7 +3,7 @@ using System.Collections.Generic; namespace ChaosBot.Services { - public class RestrictedConfig + public static class RestrictedConfig { public static bool IsAllowed(string key) {