discord-bot-creation
v0.2.4
Published
Api da jujuba
Downloads
7
Readme
discord-bot-creation
Assim fica mais fácil a criação de bots pro discord.
npm install discord-bot-creation
yarn add discord-bot-creation (se você estiver usando yarn)
const { Client } = require('discord-bot-creation')
const client = new Client({ intents: [32747]})
client.login("You token here")
client.on("ready", () => { console.log(`Bot logado com sucesso`) })
//client.logout()