Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- const Discord = require('discord.js');
- Discord.Constants.DefaultOptions.ws.properties.$browser = "Discord Android"
- const client = new Discord.Client();
- const fs = require('fs');
- const express = require('express');
- const app = express()
- app.use('/', (req, res) => {
- res.send('Working')
- })
- app.listen(3000)
- const prefix = "bot prefix";
- client.login('bot token')
- client.on('ready', () => {
- console.log(`${client.user.username} Hey there !`)
- });
Advertisement
Add Comment
Please, Sign In to add comment