mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-12 10:18:27 -04:00
Removed unneeded NadekoSubmodule and NadekoSubmodule<T> classes
This commit is contained in:
@@ -6,7 +6,7 @@ namespace NadekoBot.Modules.Searches;
|
||||
|
||||
public partial class Searches
|
||||
{
|
||||
public partial class FinanceCommands : NadekoSubmodule<CryptoService>
|
||||
public partial class FinanceCommands : NadekoModule<CryptoService>
|
||||
{
|
||||
private readonly IStockDataService _stocksService;
|
||||
private readonly IStockChartDrawingService _stockDrawingService;
|
||||
|
Reference in New Issue
Block a user