From 000a629bffe04a213b5a9a46fdfd45edb9eeff49 Mon Sep 17 00:00:00 2001 From: Alex Date: Mon, 18 May 2020 03:00:05 -0500 Subject: [PATCH] thanks --- src/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/index.js b/src/index.js index e5f50f3..ec73a65 100755 --- a/src/index.js +++ b/src/index.js @@ -126,9 +126,9 @@ client.on("message", async message => { message.delete().catch(O_o=>{}); // And we get the bot to say the thing: return message.channel.send(sayMessage); - }; + } else { - return message.channel.send("Im sorry but we cant have nice things...") + return message.channel.send("Im sorry but we cant have nice things...") }; }; ////////////////////////////////////////////////////////////////////////////////