mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-12 18:28:27 -04:00
Removed unneeded NadekoSubmodule and NadekoSubmodule<T> classes
This commit is contained in:
@@ -9,7 +9,7 @@ namespace NadekoBot.Modules.Searches;
|
||||
public partial class Searches
|
||||
{
|
||||
[Group]
|
||||
public partial class StreamNotificationCommands : NadekoSubmodule<StreamNotificationService>
|
||||
public partial class StreamNotificationCommands : NadekoModule<StreamNotificationService>
|
||||
{
|
||||
private readonly DbService _db;
|
||||
|
||||
|
Reference in New Issue
Block a user