Skip to content

Commit

Permalink
Merge pull request #195 from v-ut-d/permission-remove
Browse files Browse the repository at this point in the history
remove code related to command permission settings
  • Loading branch information
cm-ayf authored Jul 30, 2022
2 parents 22394a8 + eacd213 commit 645ce87
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions prisma/schema.prisma
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
// This is your Prisma schema file,
// learn more about it in the docs: https://pris.ly/d/prisma-schema

generator client {
provider = "prisma-client-js"
}
Expand Down Expand Up @@ -38,9 +35,9 @@ model GuildDictionary {
}

model GuildSettings {
guildId String @id
readMultiLine Boolean @default(true)
readSpeakersName Boolean @default(false)
readEmojis Boolean @default(true)
omitThreshold Int @default(200)
guildId String @id
readMultiLine Boolean @default(true)
readSpeakersName Boolean @default(false)
readEmojis Boolean @default(true)
omitThreshold Int @default(200)
}

0 comments on commit 645ce87

Please sign in to comment.