コード例 #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
ファイル: HelpFormater.cs プロジェクト: MrWiggims1/WiggimsBot
 public WiggimsBotHelpFormatter(CommandContext ctx)
     : base(ctx)
 {
     this._d = new DefaultHelpFormatter(ctx);
 }