Split commandPreprocessor in preperation for formatted private messaging.

This commit is contained in:
rainbow napkin 2025-10-01 19:43:46 -04:00
parent e81a4c0973
commit d465863ee6
3 changed files with 182 additions and 137 deletions

View file

@ -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: {