From 9d5ef6f88378b25bc5abccedf40cb44088421b71 Mon Sep 17 00:00:00 2001 From: Caleb Fontenot Date: Tue, 4 Apr 2023 17:19:28 -0500 Subject: [PATCH] Add countChars function --- main.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.ts b/main.ts index 8f2e474..aec0d36 100644 --- a/main.ts +++ b/main.ts @@ -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) {