Skip to content

Instantly share code, notes, and snippets.

@trilleplay
Created November 11, 2018 16:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save trilleplay/d4b46fc3aebae23cc613a2140a486d41 to your computer and use it in GitHub Desktop.
Save trilleplay/d4b46fc3aebae23cc613a2140a486d41 to your computer and use it in GitHub Desktop.
Megabot srccode?
const Discord = require("discord.js");
const client = new Discord.Client();
client.on("ready", () => {
console.log("I am ready!");
crash()
});
client.login("DabbitIsTheBest");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment