interface CommandResultRe-exportimport { type CommandResult } from "https://deno.land/x/bcdeno_api@v1.1.1/mod.ts"; コマンドの実行結果 Propertiestext: stringコマンドの実行結果 secret: booleanこのダイスがシークレットダイスか否か success: booleanこのコマンドが成功したか否か failure: booleanこのコマンドが失敗したか否か critical: booleanこのコマンドがクリティカル(決定的成功)か否か fumble: booleanこのコマンドがファンブル(致命的失敗)か否か rands: DiceRoll[]実際に振られたダイス