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

@@ -7,7 +7,7 @@ namespace NadekoBot.Modules.Xp;
public partial class Xp
{
[Group]
public partial class Club : NadekoSubmodule<ClubService>
public partial class Club : NadekoModule<ClubService>
{
private readonly XpService _xps;

View File

@@ -5,7 +5,7 @@ namespace NadekoBot.Modules.Xp;
public partial class Xp
{
public partial class ResetCommands : NadekoSubmodule<XpService>
public partial class ResetCommands : NadekoModule<XpService>
{
[Cmd]
[RequireContext(ContextType.Guild)]