mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2026-04-30 13:26:03 -04:00
Removed unneeded NadekoSubmodule and NadekoSubmodule<T> classes
This commit is contained in:
@@ -6,7 +6,7 @@ namespace NadekoBot.Modules.Utility;
|
||||
public partial class Utility
|
||||
{
|
||||
[Group]
|
||||
public partial class VerboseErrorCommands : NadekoSubmodule<VerboseErrorsService>
|
||||
public partial class VerboseErrorCommands : NadekoModule<VerboseErrorsService>
|
||||
{
|
||||
[Cmd]
|
||||
[RequireContext(ContextType.Guild)]
|
||||
|
||||
Reference in New Issue
Block a user