Exemplo n.º 1
0
 public StatsService(DiscordSocketClient client, PrefixCommandHandler commandHandler, StatsRepository repository, ILogger <StatsService> logger)
 {
     this._client         = client;
     this._commandHandler = commandHandler;
     this._repository     = repository;
     this._logger         = logger;
 }
Exemplo n.º 2
0
 public RepeatModule(RepeatRepository repository, PrefixCommandHandler commandHandler)
 {
     this._repository     = repository;
     this._commandHandler = commandHandler;
 }