JohnTomah

Untitled

Mar 2nd, 2019
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. const Discord = require('discord.js');
  2. const client = new Discord.Client();
  3. const prefix = "#"///يمديك تحط اي شي
  4.  
  5. client.on('ready', () => {///حقوق لايت كودز
  6. console.log(`Logged in as ${client.user.tag}!`);
  7. });
  8.  
  9.  
  10.  
  11.  
  12.  
  13.  
  14.  
  15. client.login('token');
Advertisement
Add Comment
Please, Sign In to add comment