Advertisement
Guest User

Untitled

a guest
Sep 18th, 2019
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. const Discord = require('discord.js');
  2. const bot = new Discord.Client();
  3.  
  4. const token = 's7TQeHozFTfZM6afbZjUsiqCU0cFbYZp';
  5.  
  6. bot.on('ready', () =>
  7. console.log('This bot is active');
  8. })
  9.  
  10. bot.login(token);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement