https://github.com/romaindoyen/dacbot
  
  
    Test bot Discord.js library 
    https://github.com/romaindoyen/dacbot
  
discord-bot discord-js javascript nodejs
        Last synced: 7 months 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 (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-10T09:09:30.000Z (almost 3 years ago)
- Last Synced: 2025-01-26T04:11:15.209Z (9 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
```