Prisma: fix typo [breaking change]

also: bump version because of breaking change
This commit is contained in:
Wroclaw 2023-09-18 11:24:35 +02:00
parent 7ff4abc3c0
commit 58a054d137
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
{
"name": "gptcord",
"version": "0.0.2",
"version": "0.1.0",
"description": "",
"main": "./dist/index.js",
"scripts": {

View file

@ -13,7 +13,7 @@ model Usage {
user BigInt
channel BigInt
guild BigInt?
usageReguest Int
usageRequest Int
usageResponse Int
functionName String?
functionRan Int @default(0)