# File lib/rbot/config.rb, line 143 def values if @values.instance_of?(Proc) return @values.call(BotConfig.bot) else return @values end end