Beispiel #1
0
 public ScheduleHandler(DiscordSocketClient client, ConfigRepo configRepo, MuteHandler muteHandler, BanHandler banHandler)
 {
     this.banHandler  = banHandler;
     this.client      = client;
     this.configRepo  = configRepo;
     this.muteHandler = muteHandler;
 }
Beispiel #2
0
 public StrikeHandler(ConfigRepo configRepo, MuteHandler muteHandler, BanHandler banHandler)
 {
     this.banHandler  = banHandler;
     this.muteHandler = muteHandler;
     this.configRepo  = configRepo;
 }