Make RestrictedConfig static
This commit is contained in:
parent
a1461855c6
commit
21514746ce
@ -3,7 +3,7 @@ using System.Collections.Generic;
|
||||
|
||||
namespace ChaosBot.Services
|
||||
{
|
||||
public class RestrictedConfig
|
||||
public static class RestrictedConfig
|
||||
{
|
||||
public static bool IsAllowed(string key)
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user