Advertisement
Noah-Potter

Discord Bot Help Paste

Mar 18th, 2018
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. const botconfig = require("./botconfig.js");
  2. const Discord = require("discord.js");
  3.  
  4. const bot = new Discord.Client({disableEveryone: true});
  5.  
  6. bot.on("ready", async () => {
  7.   console.log(`${bot.user.username} is online!`)
  8. });
  9.  
  10. bot.login(botconfig.token);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement