mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-12 02:08:27 -04: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