Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- const Discord = require('discord.js');
- const client = new Discord.Client();
- const prefix = "#"///يمديك تحط اي شي
- client.on('ready', () => {///حقوق لايت كودز
- console.log(`Logged in as ${client.user.tag}!`);
- });
- client.login('token');
Advertisement
Add Comment
Please, Sign In to add comment