Changed ModTools config section name

For consistency.
This commit is contained in:
Noikoio 2017-12-10 11:42:34 -08:00
parent cb967b7383
commit 78219a50e9

View file

@ -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