Add countChars function

This commit is contained in:
Chloe Fontenot 🏳️‍⚧️ 2023-04-04 16:16:24 -05:00
parent 2a7e808b29
commit 4745cc37e2

View File

@ -1,4 +1,4 @@
const { SlashCommandBuilder, Discord } = require('discord.js');
const { SlashCommandBuilder, Discord, codeBlock } = require('discord.js');
module.exports = {
data: new SlashCommandBuilder()