Skip to content

DiscordGIR/testing-discordx

Repository files navigation

GIR.ts

Development

pnpm i

set up .env file

BOT_TOKEN=""
DB_CONNECTION_STRING=""

set up gir.config.json based on gir.config.example.json

pnpm dev

Migrations

When you make a change to the database schema, you need to generate a migration file. To do this, run the following command:

pnpm generate

Migrations are run on development every time you start the bot. On production, you can run the following command, but ideally have this as a build step:

pnpm migrate

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •