From 36a4c146a13fa9ac657d0b9d65fdc8be6d3f0d44 Mon Sep 17 00:00:00 2001
From: loicbersier <loic.bersier1@gmail.com>
Date: Tue, 9 Oct 2018 11:23:28 +0200
Subject: [PATCH] More 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 b184194..ac00784 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