1.0.0-O • Published 2 years ago

bdjs v1.0.0-O

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years 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

2 years ago

1.0.0-N

2 years ago

1.0.0-m

2 years ago

1.0.0-l

2 years ago

1.0.0-k

2 years ago

1.0.0-i

2 years ago

1.0.0-h

2 years ago

1.0.0-g

2 years ago

1.0.0-f

2 years ago

1.0.0-e

2 years ago

1.0.0-d

2 years ago

1.0.0-c

2 years ago

1.0.0-b

2 years ago

1.0.0-1

2 years ago

1.0.0

2 years ago