SpaceSocial icon indicating copy to clipboard operation
SpaceSocial copied to clipboard

MongoDB & Discord.js@v14 (Slash Commands!)

Results 2 SpaceSocial issues
Sort by recently updated
recently updated
newest added

just change the loadDatabase.js and loadCommand.js ---------for loadDatabase.js ``` const mongoose = require('mongoose'); const { MONGO_URI } = require('../settings/config.js'); const { white, green } = require('chalk'); mongoose.set('strictQuery', true) module.exports =...