mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-11 17:58:26 -04:00
Removed unneeded NadekoSubmodule and NadekoSubmodule<T> classes
This commit is contained in:
@@ -8,7 +8,7 @@ namespace NadekoBot.Modules.Games;
|
||||
public partial class Games
|
||||
{
|
||||
[Group]
|
||||
public partial class AcropobiaCommands : NadekoSubmodule<GamesService>
|
||||
public partial class AcropobiaCommands : NadekoModule<GamesService>
|
||||
{
|
||||
private readonly DiscordSocketClient _client;
|
||||
|
||||
|
Reference in New Issue
Block a user