Esta pregunta se puede resolver de variadas maneras, sin embargo te dejamos la solución más completa para nosotros.
Ejemplo: música discord.js
//type npm install discord-misic-system --save//type npm install discord.js --save//type node .//see your music bot is ready :] enjoy I LOVE MY INDIAconstMusicBot=require("discord-music-system");// Require the moduleconst bot =newMusicBot(// Create the bot
token:("type you bot token here"),// You can find the token at https://discord.com/developers/applications/
ytApiKey:("Your Youtube api here"),// Video to explain how to get it: https://www.youtube.com/watch?v=VqML5F8hcRQ
prefix:'in$',// Example: /
game:'sanikava `in$`'// Example: /help);
bot.run();// Run the bot
Finalizando este artículo puedes encontrar las interpretaciones de otros programadores, tú de igual manera tienes el poder insertar el tuyo si dominas el tema.
¡Haz clic para puntuar esta entrada!
(Votos: 0 Promedio: 0)