Skip to content
This repository has been archived by the owner on Oct 17, 2021. It is now read-only.

Commit

Permalink
😢
Browse files Browse the repository at this point in the history
  • Loading branch information
lainq committed May 23, 2021
1 parent 5817e17 commit a9a569f
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions commands/fun/cry.js
Original file line number Diff line number Diff line change
@@ -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: ?")
}

0 comments on commit a9a569f

Please sign in to comment.