public Executable1(TestBotService srv)
 {
     this.Service = srv;
 }
 public TestBotHelpFormatter(TestBotService dep, CommandContext ctx)
     : base(ctx)
 {
     this.Service = dep;
     this.Content = new StringBuilder();
 }
 public TestBotHelpFormatter(TestBotService dep, CommandsNextExtension cnext)
     : base(cnext)
 {
     this.Service = dep;
 }
 public MSDI(TestBotService tsrv)
 {
     this.Service = tsrv;
 }
Exemple #5
0
 public TestBotHelpFormatter(TestBotService dep, CommandsNextExtension cnext)
     : base(cnext)
 {
     this.Service = dep;
     this.Content = new StringBuilder();
 }