Make ConfigurationRepository internal to ConfigHelpers
This commit is contained in:
parent
80a8a5f6db
commit
7f1bb9668f
@ -5,7 +5,7 @@ using Microsoft.Extensions.Configuration;
|
||||
|
||||
namespace ChaosBot.ConfigHelpers
|
||||
{
|
||||
public static class ConfigurationRepository
|
||||
internal static class ConfigurationRepository
|
||||
{
|
||||
public static T GetValue<T>(string key, ulong guildId)
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user