const colors = require('colors'); module.exports = async (interaction, db) => { if (interaction.commandName !== 'ban') return; await interaction.reply({content: "Not Implimented Yet. (Try just banning people on your guild lol)", ephemeral: true}); }