An open API service indexing awesome lists of open source software.

https://github.com/IDCTeam-Group/dbdteamjs

✨ Small library for JavaScript that tries to make creating discord bots easy and efficient with the Discord API.
https://github.com/IDCTeam-Group/dbdteamjs

bot dbdteam-js dbdteamjs discord discord-api discord-bot discord-js discord-server discordapi discordbot discordserver nodejs

Last synced: 8 months ago
JSON representation

✨ Small library for JavaScript that tries to make creating discord bots easy and efficient with the Discord API.

Awesome Lists containing this project

README

          

# @dbdteam.js
✨ Introducing a compact JavaScript library ([NodeJS](https://nodejs.org/en) module) designed to streamline the development of Discord bots using the [Discord API](https://discord.com/developers/docs/intro). While it's in its initial stages, your feedback is invaluable. Should you encounter any bugs, please do not hesitate to notify us. Join our [official Discord server](http://discord.idcteam.xyz/) (alternative [link here](https://discord.gg/FTtVXfj)), where you can open a forum in the "support-projects" channel. Our team is committed to providing immediate assistance, ensuring your concerns are promptly addressed (or at least acknowledged). Visit [our documentation here](https://js.idcteam.xyz/).

### NPM:
![](https://img.shields.io/npm/v/dbdteamjs) ![](https://img.shields.io/npm/dt/dbdteamjs)
### GitHub:
![](https://img.shields.io/github/stars/DBDTeam/dbdteamjs) ![](https://img.shields.io/github/forks/DBDTeam/dbdteamjs)
# Installation
🚀 To integrate this compact package seamlessly into your project, adhere to the following installation procedures tailored for NPM, Yarn, and PNPM package managers under.

**NPM**
```
npm i dbdteamjs
```
or (this is better)
```
npm i github:DBDTeam/dbdteamjs#0.0.8
```
**YARN**
```
yarn add @dbdteamjs
```
**PNPM**
```
pnpm i dbdteamjs
```

# Examples
[Client initialization](./examples/client.md)
[Messages with Buttons](./examples/button.md)
[Messages with SelectMenus](./examples/selectmenu.md)
[Messages with reactions](./examples/reactions.md)
[Slashs interactions](./examples/slashs.md)