Advertisement
Shiny_

Untitled

Sep 3rd, 2014
355
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Ruby 0.15 KB | None | 0 0
  1. require 'json'
  2.  
  3. BOT_FILENAME    = open("StatusBot.json")
  4. BOT_PARSE       = JSON.parse(BOT_FILENAME.read)
  5.  
  6. BOT_PARSE["include"].each(&method(:require))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement