Forgot to remove console.log.
This commit is contained in:
@@ -114,7 +114,6 @@ module.exports = {
|
||||
return interaction.editReply({ content: `New user kicker has been disabled.` });
|
||||
}
|
||||
} else if (subcommand === 'check') {
|
||||
console.log(await client.db.all())
|
||||
const embed = new EmbedBuilder()
|
||||
.setTitle('Bot Settings')
|
||||
.setColor('Green')
|
||||
|
||||
Reference in New Issue
Block a user