discord-bot-creation

0.2.4 • Public • Published

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()

Dependencies (8)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i discord-bot-creation

    Weekly Downloads

    1

    Version

    0.2.4

    License

    ISC

    Unpacked Size

    1.8 kB

    Total Files

    3

    Last publish

    Collaborators

    • naoxisto