Example #1
0
 public MessageModificationHandler(CircusDbContext dbContext, DiscordSocketClient client, Logger logger, CommandHandler commandHandler)
 {
     this.client         = client;
     this.DbContext      = dbContext;
     this.logger         = logger;
     this.commandHandler = commandHandler;
 }
 public ReactionHandler(CircusDbContext dbContext, DiscordSocketClient client, Logger logger)
 {
     this.client    = client;
     this.DbContext = dbContext;
     this.logger    = logger;
 }