Skip to content
This repository has been archived by the owner on Nov 11, 2022. It is now read-only.

Talarchives/akairo-botbase

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.