#Mongoose neither stores data nor sends error message
5 messages · Page 1 of 1 (latest)
Pastebin
Pastebin.com is the number one paste tool since 2002. Pastebin is a website where you can store text online for a set period of time.
here is also my warnSchema:
const { model, Schema } = require('mongoose');
let warnSchema = new Schema({
GuildID: String,
UserID: String,
UserTag: String,
Content: Array
})
module.exports = model('warnSchema', warnSchema)
Does the code get called at all?