“Comment faire Discord Bot” Réponses codées

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

comment faire un bot discord

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

Comment faire 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

Réponses similaires à “Comment faire Discord Bot”

Questions similaires à “Comment faire Discord Bot”

Plus de réponses similaires à “Comment faire Discord Bot” dans JavaScript

Parcourir les réponses de code populaires par langue

Parcourir d'autres langages de code