示例#1
0
 public CompanionCubeHelpFormatter(CommandContext ctx)
     : base(ctx)
 {
     this._d = new DefaultHelpFormatter(ctx);
 }
示例#2
0
 public HelperService(CommandsNextExtension cnext) : base(cnext)
 {
     helper = new DefaultHelpFormatter(cnext);
 }
示例#3
0
 public WiggimsBotHelpFormatter(CommandContext ctx)
     : base(ctx)
 {
     this._d = new DefaultHelpFormatter(ctx);
 }