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.` });
|
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')
|
||||||
|
|||||||
Reference in New Issue
Block a user