From 4745cc37e23275cebedf8ae67d923811f7a8d130 Mon Sep 17 00:00:00 2001 From: Caleb Fontenot Date: Tue, 4 Apr 2023 16:16:24 -0500 Subject: [PATCH] Add countChars function --- commands/countChars.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/countChars.ts b/commands/countChars.ts index ec563e7..330f5ca 100644 --- a/commands/countChars.ts +++ b/commands/countChars.ts @@ -1,4 +1,4 @@ -const { SlashCommandBuilder, Discord } = require('discord.js'); +const { SlashCommandBuilder, Discord, codeBlock } = require('discord.js'); module.exports = { data: new SlashCommandBuilder()