gaber-elsayed

يخلي الحساب مفتوح من فون

Sep 8th, 2021
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. const Discord = require('discord.js');
  2. Discord.Constants.DefaultOptions.ws.properties.$browser = "Discord Android"
  3. const client = new Discord.Client();
  4. const fs = require('fs');
  5. const express = require('express');
  6. const app = express()
  7. app.use('/', (req, res) => {
  8. res.send('Working')
  9. })
  10. app.listen(3000)
  11. const prefix = "bot prefix";
  12. client.login('bot token')
  13.  
  14. client.on('ready', () => {
  15. console.log(`${client.user.username} Hey there !`)
  16. });
Advertisement
Add Comment
Please, Sign In to add comment