Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- require 'json'
- BOT_FILENAME = open("StatusBot.json")
- BOT_PARSE = JSON.parse(BOT_FILENAME.read)
- BOT_PARSE["include"].each(&method(:require))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement