Add countChars function

This commit is contained in:
Chloe Fontenot 🏳️‍⚧️ 2023-04-04 17:19:28 -05:00
parent 8e60943ba7
commit 9d5ef6f883

View File

@ -54,7 +54,7 @@ client.on(Events.InteractionCreate, async interaction => {
}
try {
await command.execute(interaction);
await command.execute(interaction, client);
} catch (error) {
console.error(error);
if (interaction.replied || interaction.deferred) {