Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 515 Bytes

File metadata and controls

31 lines (24 loc) · 515 Bytes

Cerberus discord bot logo

Cerberus BOT

Discord bot working on discord.js v.13

Installation

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

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

.env:

BOT_TOKEN=[Paste Your Token Here]

Usage

# Normal start
npm run start

# Developing
npm run dev

License

MIT