Disabling
disabling the MongoDB parts of Discord.Short
You can turn off MongoDB the same way you turn Heroku off,
const Discord = require('discord.short');
const ds = new Discord.Client('example', {
"mongoConnect": false
});
Last updated
Was this helpful?