Changed ModTools config section name
For consistency.
This commit is contained in:
parent
cb967b7383
commit
78219a50e9
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ namespace Noikoio.RegexBot.Module.ModTools
|
||||||
else if (arg.Channel is IGuildChannel) await CommandCheckInvoke(arg);
|
else if (arg.Channel is IGuildChannel) await CommandCheckInvoke(arg);
|
||||||
}
|
}
|
||||||
|
|
||||||
[ConfigSection("modtools")]
|
[ConfigSection("ModTools")]
|
||||||
public override async Task<object> ProcessConfiguration(JToken configSection)
|
public override async Task<object> ProcessConfiguration(JToken configSection)
|
||||||
{
|
{
|
||||||
// Constructor throws exception on config errors
|
// Constructor throws exception on config errors
|
||||||
|
|
Loading…
Reference in a new issue