Esempio 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;
 }
Esempio n. 2
0
 public RepeatModule(RepeatRepository repository, PrefixCommandHandler commandHandler)
 {
     this._repository     = repository;
     this._commandHandler = commandHandler;
 }