https://github.com/gitfoxcode/cerberus-bot
Discord BOT
https://github.com/gitfoxcode/cerberus-bot
bot discord discordjs typescript
Last synced: about 1 month ago
JSON representation
Discord BOT
- Host: GitHub
- URL: https://github.com/gitfoxcode/cerberus-bot
- Owner: gitFoxCode
- Created: 2021-08-31T13:29:36.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-12-14T09:57:17.000Z (over 4 years ago)
- Last Synced: 2025-04-08T21:51:15.481Z (about 1 year ago)
- Topics: bot, discord, discordjs, typescript
- Language: JavaScript
- Homepage:
- Size: 157 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# 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/)