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
- Host: GitHub
- URL: https://github.com/gitfoxcode/cerberus-bot
- Owner: gitFoxCode
- Created: 2021-08-31T13:29:36.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-12-14T09:57:17.000Z (over 3 years ago)
- Last Synced: 2025-02-14T17:35:01.394Z (5 months ago)
- Topics: bot, discord, discordjs, typescript
- Language: JavaScript
- Homepage:
- Size: 157 KB
- Stars: 0
- Watchers: 2
- 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 nodemonnpm 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/)