diff --git a/commands/fun/clap.js b/commands/fun/clap.js index b184194e..ac007845 100644 --- a/commands/fun/clap.js +++ b/commands/fun/clap.js @@ -19,5 +19,5 @@ module.exports = class clapCommand extends Command { async run(message, { text }) { let clap = text.replace(/ /g, ' 👏 '); message.delete(); - message.say(clap); + message.say(`👏 ${clap} 👏`); }}; \ No newline at end of file