aboutsummaryrefslogtreecommitdiff
blob: dca866fc0e641fb840814e11f38bbd00ae08ae91 (plain)
1
2
3
4
CustomConfig = {}
for conf in ['bot', 'reminders']
  CustomConfig[conf.camelize] = YAML.load open("config/#{conf}.yml").read
end