Initial split of the modules
This commit is contained in:
12
NadekoBot.Core/Services/IBotConfigProvider.cs
Normal file
12
NadekoBot.Core/Services/IBotConfigProvider.cs
Normal file
@ -0,0 +1,12 @@
|
||||
using NadekoBot.Common;
|
||||
using NadekoBot.Services.Database.Models;
|
||||
|
||||
namespace NadekoBot.Services
|
||||
{
|
||||
public interface IBotConfigProvider
|
||||
{
|
||||
BotConfig BotConfig { get; }
|
||||
void Reload();
|
||||
bool Edit(BotConfigEditType type, string newValue);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user