(This bot works best as a user application rather than on a server)
Clone the repository
git clone https://github.com/ct02k/utils-botInstall dependencies
npm iAdd a .env file with the following environment variables:
DATABASE_URL="file:./dev.db"
DISCORD_TOKEN=
CLIENT_ID=
=
Run Prisma migrations and generate the client:
npx prisma migrate dev
npx prisma generateeRun the project
npm run dev
# or
npm run build &∓& npm start