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

Latest commit

 

History

History
24 lines (19 loc) · 440 Bytes

README.md

File metadata and controls

24 lines (19 loc) · 440 Bytes

Scrappy Bot Framework

A framework that's been built from scraps of various projects

Running the Bot

Without docker, edit your .env file then run:

npm install

npm start

With docker, run:

docker build -t ScrappyBot .

docker run \
-e "BOT_TOKEN=[the bot's token]" \
-e "BOT_PREFIX=>[the bot's prefix]" \
-e "BOT_ADMINS=[a user id]" \
ScrappyBot

Editing

There are some example commands in the commands folder