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()