diff options
| author | Kevin Kendzia <[email protected]> | 2022-05-14 02:44:14 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-05-13 19:44:14 -0500 |
| commit | eb2885b2061708415e46929d21bc5991724ce441 (patch) | |
| tree | e77496a2d2fdd249cc505ca1e06d7b17cce957ac /schema.prisma | |
| parent | 1ef05aba9d2e692ef365721f725be2d2a4e464d9 (diff) | |
| download | muse-eb2885b2061708415e46929d21bc5991724ce441.tar.xz muse-eb2885b2061708415e46929d21bc5991724ce441.zip | |
fix command permission handling and push discord to v10 (#640)
Co-authored-by: Max Isom <[email protected]>
Diffstat (limited to 'schema.prisma')
| -rw-r--r-- | schema.prisma | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/schema.prisma b/schema.prisma index a77e34b..5b4e898 100644 --- a/schema.prisma +++ b/schema.prisma @@ -25,7 +25,6 @@ model KeyValueCache { model Setting { guildId String @id - invitedByUserId String? playlistLimit Int @default(50) secondsToWaitAfterQueueEmpties Int @default(30) leaveIfNoListeners Boolean @default(true) |
