Answers for "creat bot discord"

0

how to make disord bot

follow this https://discordpy.readthedocs.io/en/latest/discord.html to make bot account 
use discord api of your laugaungue of choice
discord.py https://discordpy.readthedocs.io/en/latest/index.html
discord.js  https://discord.js.org/#/
Posted by: Guest on December-09-2020
-1

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);
Posted by: Guest on October-20-2020

Python Answers by Framework

Browse Popular Code Answers by Language