From ff793521667220edf61e0961e68aa2764d105674 Mon Sep 17 00:00:00 2001 From: loicbersier Date: Tue, 9 Oct 2018 15:08:58 +0200 Subject: [PATCH] Removed one ugly clap --- commands/fun/clap.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/fun/clap.js b/commands/fun/clap.js index ac007845..d814469b 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