Advertisement
Guest User

main.js

a guest
Jan 29th, 2021
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. const Discord = require('discord.js');
  2.  
  3. const client = new Discord.Client();
  4.  
  5.  
  6.  
  7. client.once('ready', () => {
  8. console.log('Phenixxer is online!');
  9. });
  10.  
  11.  
  12.  
  13. client.login(' ')
  14.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement