Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/romaindoyen/dacbot
Test bot Discord.js library
https://github.com/romaindoyen/dacbot
discord-bot discord-js javascript nodejs
Last synced: 24 days ago
JSON representation
Test bot Discord.js library
- Host: GitHub
- URL: https://github.com/romaindoyen/dacbot
- Owner: RomainDoyen
- Created: 2022-12-29T10:25:09.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-10T09:09:30.000Z (about 2 years ago)
- Last Synced: 2024-11-27T11:46:06.251Z (3 months ago)
- Topics: discord-bot, discord-js, javascript, nodejs
- Language: JavaScript
- Homepage:
- Size: 1.12 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#
Bot Discord
Creation of a Discord test bot with the `discord.js` module of the Node.js library.## 🛠️ Tech Stack
- [discord.js](https://discord.js.org/#/)
- [Node.js](https://nodejs.org/en/)## 🛠️ Install Dependencies
1. Install packages
```bash
npm install discord.js dotenv
```2. Create a `.env` file which will contain the discord api token:
```txt
DISCORD_TOKEN=
```## 🤖 Run bot
```bash
npm start
```