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.
- Host: GitHub
- URL: https://github.com/IDCTeam-Group/dbdteamjs
- Owner: IDCTeam-Group
- License: apache-2.0
- Created: 2024-03-07T22:57:08.000Z (over 2 years ago)
- Default Branch: 0.1.0
- Last Pushed: 2025-01-21T13:26:49.000Z (over 1 year ago)
- Last Synced: 2025-08-20T20:41:58.837Z (10 months ago)
- Topics: bot, dbdteam-js, dbdteamjs, discord, discord-api, discord-bot, discord-js, discord-server, discordapi, discordbot, discordserver, nodejs
- Language: JavaScript
- Homepage: https://js.idcteam.xyz
- Size: 1.33 MB
- Stars: 2
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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:
 
### GitHub:
 
# 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)