@therealbenpai/djs-client
TypeScript icon, indicating that this package has built-in type declarations

2.4.0 • Public • Published

Discord.JS Bot Client (djs-client)

A simple Discord.JS bot client that can be used to create a bot for Discord.

Installation

npm install @therealbenpai/djs-client

Usage

const { Client } = require('@therealbenpai/djs-client');

const client = new Client('PREFIX', 'TOKEN', 'CLIENT_ID', {
    buttonsDir: '';
    commandsDir: '';
    contextMenusDir: '';
    eventsDir: '';
    modalComponentsDir: '';
    predefinedMessagesDir: '';
    selectMenusDir: '';
    triggersDir: '';
})

client.start();

Package Sidebar

Install

npm i @therealbenpai/djs-client

Weekly Downloads

208

Version

2.4.0

License

GPL-3.0

Unpacked Size

128 kB

Total Files

12

Last publish

Collaborators

  • therealbenpai