1.0.0-O • Published 4 months ago

bdjs v1.0.0-O

Weekly downloads
-
License
MIT
Repository
-
Last release
4 months ago

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

1.0.0-O

4 months ago

1.0.0-N

4 months ago

1.0.0-m

5 months ago

1.0.0-l

5 months ago

1.0.0-k

5 months ago

1.0.0-i

5 months ago

1.0.0-h

5 months ago

1.0.0-g

9 months ago

1.0.0-f

10 months ago

1.0.0-e

10 months ago

1.0.0-d

10 months ago

1.0.0-c

10 months ago

1.0.0-b

10 months ago

1.0.0-1

10 months ago

1.0.0

10 months ago