Skip to content

Latest commit

 

History

History
48 lines (31 loc) · 873 Bytes

README.md

File metadata and controls

48 lines (31 loc) · 873 Bytes

Discordia

A discord bot to help manage checking in and out

System requirements

you need to have node and npm installed on your machine

commands

to install all packages do

npm install

To run script

create a .env file and fill required environment variables

TOKEN=<token from discord bot>

CHANNEL_ID=<the channel id of where you want the bot to message>

you will need to run the program to create a config file, bot won't run if there are no tasks to perform om he config file

run program

npm run start

dev mode

npm run dev

list of packages used