Merge branch 'master' of ssh://gitea.calebfontenot.com:25566/CCF_100/NoMoreAcronyms

master
Chloe Fontenot 🏳️‍⚧️ 2023-04-04 16:17:49 +07:00
commit 77a15efe1d
1 changed files with 1 additions and 1 deletions

@ -11,7 +11,7 @@ module.exports = {
),
async execute(interaction) {
var inputString = interaction.options.getString('string');
await interaction.reply("Output: " + codeBlock("", countChars(inputString)));
await interaction.reply("Input: `" inputString + "`\n" + "Output: " + codeBlock("", countChars(inputString)));
console.log("User " + interaction.user.tag + " ran /count_chars");
},
};