feat: handle join roles

This commit is contained in:
2024-07-07 12:28:03 -07:00
parent 34c6d2d189
commit 1d2ae0e5a1
4 changed files with 69 additions and 20 deletions

View File

@ -59,6 +59,7 @@ model configs {
modLogChannel String @default("")
eventLogChannel String @default("")
messageReportChannel String @default("")
joinRole String @default("")
@@unique([serverId], map: "serverId")
}