Enabled "advanced_functionality"

This commit is contained in:
takumi091111
2017-10-01 23:25:19 +09:00
parent eb9ff4567c
commit 063a720577

View File

@ -11,7 +11,8 @@ module Bot
BOT = Discordrb::Commands::CommandBot.new(
token: CONFIG[:bot][:token],
client_id: CONFIG[:bot][:id],
prefix: CONFIG[:bot][:prefix]
prefix: CONFIG[:bot][:prefix],
advanced_functionality: true
)
# コマンドの読み込み