Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

how to get a bot online on discord

const Discord = require('discord.js');
const bot = new Discord.Client();

const TOKEN = "put ur token";

bot.login(TOKEN);
Source by pastebin.com #
 
PREVIOUS NEXT
Tagged: #bot #online #discord
ADD COMMENT
Topic
Name
2+2 =