mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-11 09:48:26 -04:00
Removed unneeded NadekoSubmodule and NadekoSubmodule<T> classes
This commit is contained in:
@@ -7,7 +7,7 @@ namespace NadekoBot.Modules.Administration;
|
||||
public partial class Administration
|
||||
{
|
||||
[Group]
|
||||
public partial class SelfCommands : NadekoSubmodule<SelfService>
|
||||
public partial class SelfCommands : NadekoModule<SelfService>
|
||||
{
|
||||
public enum SettableUserStatus
|
||||
{
|
||||
|
Reference in New Issue
Block a user