Skip to content

Commit

Permalink
デッドラインヒーローズRPGのソートキーを修正
Browse files Browse the repository at this point in the history
PR #222 での修正漏れ
  • Loading branch information
ysakasin committed Jul 11, 2020
1 parent 49dc73b commit 2c2d296
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/diceBot/DeadlineHeroes.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ class DeadlineHeroes < DiceBot
NAME = 'デッドラインヒーローズRPG'

# ゲームシステム名の読みがな
SORT_KEY = 'てつとらいんひいろおす'
SORT_KEY = 'てつとらいんひいろおすRPG'

# ダイスボットの使い方
HELP_MESSAGE = <<INFO_MESSAGE_TEXT
Expand Down

0 comments on commit 2c2d296

Please sign in to comment.