Top Level Namespace

Defined in:

Constant Summary

CHANNEL = CONFIG["channel-id"].to_s
CONFIG = File.open(File.expand_path("config.yaml")) do |file| YAML.parse(file) end
TOKEN = CONFIG["api-token"].to_s