bdjs
TypeScript icon, indicating that this package has built-in type declarations

1.0.0-O • Public • Published

BDJS

BDJS is a potent package for creating Discord bots. With a simple and intuitive API, BDJS makes it easy to build and deploy bots that can perform a wide range of tasks, from sending messages to managing roles and handling commands. Whether you're a seasoned developer or just starting out, BDJS is the perfect tool for creating bots.

Install

npm

npm install bdjs

pnpm

pnpm add bdjs

yarn

yarn add bdjs

Basic Setup

const { Bot } = require('bdjs')

const bot = new Bot({
    auth: 'BOT TOKEN',
    events: [
        'onMessageCreate',
        'onReady'
    ],
    intents: [
        'Guilds',
        'GuildMessages',
        'MessageContent'
    ],
    prefixes: [
        'PREFIX_1',
        'PREFIX_2'
    ]
})

bot.login()

Resources

Auto-generated documentation: Click here

Guide: Click here

What inspired BDJS?

HyteScript.js: npm

ForgeScript: npm

Package Sidebar

Install

npm i bdjs

Weekly Downloads

68

Version

1.0.0-O

License

MIT

Unpacked Size

1.47 MB

Total Files

434

Last publish

Collaborators

  • cyberghxstuwu
  • asperion