Skip to content

Commit

Permalink
Merge pull request #160 from bcdice/fix_ars_magica
Browse files Browse the repository at this point in the history
[ArsMagica] 他のダイスボットの出力形式異なる部分を修正
  • Loading branch information
ysakasin authored Apr 23, 2020
2 parents f68d2aa + 115c9b7 commit f31542f
Show file tree
Hide file tree
Showing 2 changed files with 63 additions and 63 deletions.
2 changes: 1 addition & 1 deletion src/diceBot/ArsMagica.rb
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,6 @@ def arsmagica_stress(string, _nick_e)
output += check_result(total, 0, signOfInequality, diff, 1, 10, 0, 0)
end

return output
return ": #{output}"
end
end
Loading

0 comments on commit f31542f

Please sign in to comment.