Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 288 Bytes

File metadata and controls

9 lines (5 loc) · 288 Bytes

Habit Bot - WIP

A discord bot for tracking your habits daily.

Database Setup

To initialize the database on initial setup, run npm run createDb to create the sqlite database.

To update the database after modifications have been made to the database models, run npm run syncDb