Split commandPreprocessor in preperation for formatted private messaging.
This commit is contained in:
parent
e81a4c0973
commit
d465863ee6
3 changed files with 182 additions and 137 deletions
|
|
@ -32,10 +32,11 @@ const chatSchema = new mongoose.Schema({
|
|||
},
|
||||
flair: {
|
||||
type: mongoose.SchemaTypes.String,
|
||||
required: true,
|
||||
//Leave this as unreq'd for internal type chats that have no flair
|
||||
},
|
||||
highLevel: {
|
||||
type: mongoose.SchemaTypes.Number,
|
||||
default: 0,
|
||||
required: true,
|
||||
},
|
||||
msg: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue