“Cómo hacer Discord Bot” Código de respuesta

Cómo hacer botas de desorden

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/#/ 
Yog

Cómo hacer un bot de discordia

yes
make new account
then only use that account 24/7
bot
Polar

Cómo hacer Discord Bot

// Visual Studio Code Solution

// Required Applications

Visual Studio Code (https://code.visualstudio.com/download)
Node.js (https://nodejs.org/en/download/)

// Terminal

// setting up package.json and discord.js

npm init -y
npm install discord.js

// Run Your Bot (make sure in a Discord server)

node index.js

// index.js
const Discord = require('discord.js')

const TOKEN = "your bot token here"

const client = new Discord.Client()

// your bot code here (make sure to put this at the end of your code: client.login(TOKEN))
Malek El Habboub

Respuestas similares a “Cómo hacer Discord Bot”

Preguntas similares a “Cómo hacer Discord Bot”

Más respuestas relacionadas con “Cómo hacer Discord Bot” en JavaScript

Explore las respuestas de código populares por idioma

Explorar otros lenguajes de código