class BCDice::GameSystem::Insane_Korean

Constants

HELP_MESSAGE

ダイスボットの使い方

ID

ゲームシステムの識別子

NAME

ゲームシステム名

RTT
SORT_KEY

ゲームシステム名の読みがな

TABLES

Public Class Methods

new(command) click to toggle source
Calls superclass method BCDice::GameSystem::Insane::new
# File lib/bcdice/game_system/Insane_Korean.rb, line 51
def initialize(command)
  super(command)

  @locale = :ko_kr
end