Add countChars function

master
Chloe Fontenot 🏳️‍⚧️ 2023-04-04 16:16:24 +07:00
parent 2a7e808b29
commit 4745cc37e2
1 changed files with 1 additions and 1 deletions

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