Example code to put your bot online
  const Eris = require('eris');

  const bot = new Eris(YOUR TOKEN);

  //insert your bot code here

  bot.connect