Merge branch 'master' of ssh://gitea.calebfontenot.com:25566/CCF_100/NoMoreAcronyms
This commit is contained in:
commit
0963c319b3
@ -11,7 +11,7 @@ module.exports = {
|
||||
),
|
||||
async execute(interaction) {
|
||||
var inputString = interaction.options.getString('string');
|
||||
await interaction.reply(countChars(inputString));
|
||||
await interaction.reply("Output: " + codeBlock("", countChars(inputString)));
|
||||
console.log("User " + interaction.user.tag + " ran /count_chars");
|
||||
},
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user