mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-11-05 00:54:27 -05:00
Removed unneeded NadekoSubmodule and NadekoSubmodule<T> classes
This commit is contained in:
@@ -10,7 +10,7 @@ namespace NadekoBot.Modules.Utility;
|
||||
public partial class Utility
|
||||
{
|
||||
[Group]
|
||||
public partial class RemindCommands : NadekoSubmodule<RemindService>
|
||||
public partial class RemindCommands : NadekoModule<RemindService>
|
||||
{
|
||||
public enum MeOrHere
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user