Remove /config set-role

This commit is contained in:
Max Isom 2022-05-14 12:40:48 -04:00
parent dd89cfcee9
commit 1ad6cb5ebe
No known key found for this signature in database
GPG key ID: 25C9B1A7F6798880
4 changed files with 23 additions and 9 deletions

View file

@ -28,7 +28,6 @@ model Setting {
playlistLimit Int @default(50)
secondsToWaitAfterQueueEmpties Int @default(30)
leaveIfNoListeners Boolean @default(true)
roleId String?
createdAt DateTime @default(now())
updatedAt DateTime @updatedAt
}