From a9a569f1b7c4cadffbe819d84f5171c835a2a9a5 Mon Sep 17 00:00:00 2001 From: Pranav <70764593+pranavbaburaj@users.noreply.github.com> Date: Sun, 23 May 2021 12:44:36 +0530 Subject: [PATCH] :cry: --- commands/fun/cry.js | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 commands/fun/cry.js diff --git a/commands/fun/cry.js b/commands/fun/cry.js new file mode 100644 index 0000000..9fced7a --- /dev/null +++ b/commands/fun/cry.js @@ -0,0 +1,18 @@ +module.exports.run = (args, message, client) => { + message.channel.send(':expressionless:').then((msg) => { + msg.edit(':neutral_face:').then((msg) => { + msg.edit(':slight_frown:').then((msg) => { + msg.edit(":confused:").then((msg) => { + msg.edit(":frowning:").then((msg) => { + msg.edit(":frowning2:").then((msg) => { + msg.edit(":cry:").then((msg) => { + msg.edit(":sob:") + }) + }) + }) + }) + }) + }) + }) + message.author.send("Why did u make me cry :sob: ?") +} \ No newline at end of file