GithubHelp home page GithubHelp logo

cyberghxst / bdjs Goto Github PK

View Code? Open in Web Editor NEW
7.0 1.0 0.0 835 KB

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.

Home Page: https://cyberghxst.github.io/bdjs/

TypeScript 100.00%

bdjs's Introduction

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.

Installation

npm i bdjs

Features

  1. Begineer-friendly: The simple usage of BDJS allows any user to create bots fast and simple.
  2. Non-bloated: BDJS just has all the needed features to develop your bots without having useless functions that you would never use, like "$xAvatar".
  3. Support for modules: The built-in module system allows any user to create its own modules/plugins.
  4. Command transpilation: BDJS code is transpiled to JavaScript to speed up code execution.

Basic Setup

const { Bot } = require('bdjs')

const bot = new Bot({
    auth: '<CLIENT TOKEN>',
    events: [
        'messageCreate',
        'ready'
    ],
    intents: [
        'Guilds',
        'GuildMessages',
        'MessageContent'
    ],
    prefixes: ['<CLIENT PREFIX>']
})

bot.commands.load('./commands')

bot.login()

Resources

  1. Guide

bdjs's People

Contributors

cyberghxst avatar

Stargazers

 avatar Erisa avatar Pedro Laurenti avatar dodoGames avatar  avatar SrTig avatar Mid avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.