Skip to content
This repository was archived by the owner on Nov 11, 2022. It is now read-only.
Talal edited this page Dec 31, 2020 · 1 revision

Bot Base

A cool repository I use to start making a new bot. It saves me a lot of time.

Things to do before starting

Run npm i

Duh.

Make .env file

The .env file currently requires:

TOKEN=token_here
mongoUri=mongo_uri_here
color=0xFFAC33

Configure ./src/config.json

Configuring config.json is optional.

Clone this wiki locally