#Mongoose neither stores data nor sends error message

5 messages · Page 1 of 1 (latest)

rough plover
#

• What's your exact discord.js npm list discord.js and node node -v version?
• Post the full error stack trace, not just the top part!
• Show your code!
• Explain what exactly your issue is.
• Not a discord.js issue? Check out #useful-servers.

worthy vale
#

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)
steep oak