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

https://github.com/gitfoxcode/cerberus-bot

Discord BOT
https://github.com/gitfoxcode/cerberus-bot

bot discord discordjs typescript

Last synced: 3 months ago
JSON representation

Discord BOT

Awesome Lists containing this project

README

        

![Cerberus discord bot logo](https://user-images.githubusercontent.com/24279375/133934889-dd97a815-db66-4d21-adcd-e35cf10cfadf.png)
# Cerberus BOT
Discord bot working on discord.js v.13
## Installation

```bash
# For auto-refesh dev:
npm i -g nodemon

npm install
```
- Create .env file at ./src
- Modify ./src/config.js

**.env**:
```env
BOT_TOKEN=[Paste Your Token Here]
```

## Usage

```bash
# Normal start
npm run start

# Developing
npm run dev
```

## License
[MIT](https://choosealicense.com/licenses/mit/)