-
-
Notifications
You must be signed in to change notification settings - Fork 606
Open
Labels
bugSomething isn't workingSomething isn't working
Milestone
Description
Is there an existing issue for this?
- I have searched the existing issues
Current Behavior
ms
is used to convert strings like 1 day
into milliseconds, but some reasonable inputs like 30d
are too large to store.
Expected Behavior
No response
Steps To Reproduce
No response
Environment
- OS: -
- Node: -
- NPM: -
- Bot: <4.1
Anything else?
Database types: https://www.prisma.io/docs/orm/reference/prisma-schema-reference#int
Affected fields:
Line 75 in c45f277
cooldown Int? |
Line 115 in c45f277
autoClose Int @default(43200000) |
Line 130 in c45f277
staleAfter Int? |
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working
Type
Projects
Status
Todo