CreadedDiscordBot
This commit is contained in:
@@ -2,12 +2,14 @@
|
||||
|
||||
namespace Moonlight.App.Services.DiscordBot;
|
||||
|
||||
public class BaseModule
|
||||
public abstract class BaseModule
|
||||
{
|
||||
public DiscordSocketClient Client { get; set; }
|
||||
public ConfigService ConfigService { get; set; }
|
||||
public IServiceScope Scope { get; set; }
|
||||
|
||||
|
||||
public abstract Task RegisterCommands();
|
||||
|
||||
public BaseModule(
|
||||
DiscordSocketClient client,
|
||||
ConfigService configService,
|
||||
|
||||
Reference in New Issue
Block a user