more mvp strip
This commit is contained in:
@@ -54,12 +54,6 @@ mongoose.model('Tag', new mongoose.Schema({
|
||||
useCount: { type: Number, default: 0 }
|
||||
}));
|
||||
|
||||
mongoose.model('GuildSettings', new mongoose.Schema({
|
||||
guildId: { type: String, required: true, unique: true },
|
||||
emailRouting: { type: String, enum: ['thread', 'category'], default: 'category' },
|
||||
updatedAt: { type: Date, default: Date.now }
|
||||
}));
|
||||
|
||||
mongoose.model('StaffSettings', new mongoose.Schema({
|
||||
userId: { type: String, required: true, unique: true },
|
||||
guildId: { type: String, required: true },
|
||||
|
||||
Reference in New Issue
Block a user