# File lib/rbot/config.rb, line 59 def set(value, on_change = true) BotConfig.config[@key] = value @on_change.call(BotConfig.bot, value) if on_change && @on_change end