Reformatted stuff, added data to imports
This commit is contained in:
parent
95d84cfaef
commit
b2531d49b0
10 changed files with 184 additions and 60 deletions
|
@ -0,0 +1,8 @@
|
|||
const { Schema, model } = require('mongoose')
|
||||
|
||||
module.exports = model('Member', new Schema({
|
||||
_id: Schema.Types.ObjectId,
|
||||
userID: String
|
||||
|
||||
// Will chuck in some stuff like timed mutes, warning system, levelling, etc
|
||||
}))
|
Loading…
Add table
Add a link
Reference in a new issue