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 3 years ago