Forgot to remove console.log.

This commit is contained in:
Kwafuri
2024-02-14 22:50:32 +00:00
parent 1abd19fb39
commit 17041ecfa7
-1
View File
@@ -114,7 +114,6 @@ module.exports = {
return interaction.editReply({ content: `New user kicker has been disabled.` }); return interaction.editReply({ content: `New user kicker has been disabled.` });
} }
} else if (subcommand === 'check') { } else if (subcommand === 'check') {
console.log(await client.db.all())
const embed = new EmbedBuilder() const embed = new EmbedBuilder()
.setTitle('Bot Settings') .setTitle('Bot Settings')
.setColor('Green') .setColor('Green')