Removed unneeded NadekoSubmodule and NadekoSubmodule<T> classes

This commit is contained in:
Kwoth
2022-02-26 08:11:25 +01:00
parent f5a706f57a
commit 80800673b9
61 changed files with 61 additions and 68 deletions

View File

@@ -3,7 +3,7 @@ namespace NadekoBot.Modules.Utility;
public partial class Utility
{
public partial class ConfigCommands : NadekoSubmodule
public partial class ConfigCommands : NadekoModule
{
private readonly IEnumerable<IConfigService> _settingServices;