Advertisement
Guest User

Code

a guest
Dec 11th, 2019
298
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. const Discord = require('discord.js')
  2. const bot = new Discord.Client();
  3.  
  4. const token = 'token';
  5.  
  6. bot.on('Ready!', () =>{
  7. console.log('Bot Online.');
  8. })
  9.  
  10. bot.login('token');
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement