Skip to content

Commit

Permalink
Versionコマンドの表示内容を変更
Browse files Browse the repository at this point in the history
  • Loading branch information
ysakasin committed Dec 27, 2020
1 parent e709e38 commit 58c509c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/bcdice/common_command/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ def eval(command, _game_system, _randomizer)
command = command.split(" ", 2).first
if command.match?(/^BCDiceVersion$/i)
Result.new.tap do |r|
r.text = "BCDice Ver#{BCDice::VERSION}"
r.text = "BCDice #{BCDice::VERSION}"
end
end
end
Expand Down

0 comments on commit 58c509c

Please sign in to comment.