Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```