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