Skip to content
/ HK Public

abandoned and forgotten discord bot that is occasionally used to purge channels

Notifications You must be signed in to change notification settings

zeffo/HK

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HK

Multipurpose discord bot for my friends and I

Dev setup

Install dependencies with Poetry:

poetry install

Create environment variable DATABASE_URL for the local PostgreSQL database. (a .env file works too)

Set up the database and generate the Prisma client with

prisma db push

Making migrations

In case you need to change the structure of the database, modify the schema.prisma file accordingly, then make a new migration with the command

prisma migrate dev

When prompted, enter a name for the migration, and commit the generated migration files to source control. Then, regenerate the Prisma client

prisma generate

About

abandoned and forgotten discord bot that is occasionally used to purge channels

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages