Make RestrictedConfig static

This commit is contained in:
Daniel_I_Am 2020-10-16 19:01:24 +02:00
parent a1461855c6
commit 21514746ce
No known key found for this signature in database
GPG Key ID: 80C428FCC9743E84

View File

@ -3,7 +3,7 @@ using System.Collections.Generic;
namespace ChaosBot.Services
{
public class RestrictedConfig
public static class RestrictedConfig
{
public static bool IsAllowed(string key)
{