Skip to content

Commit

Permalink
add feedback in unsend
Browse files Browse the repository at this point in the history
  • Loading branch information
leomotors committed Apr 8, 2021
1 parent 05010ab commit 2e18ba5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bot.js
Original file line number Diff line number Diff line change
Expand Up @@ -347,6 +347,7 @@ function debug(commandstr) {
unsendloc = parseInt(command[1])
sentmsg[unsendloc].delete()
sentmsg[unsendloc].content = "[DELETED]"
logconsole(`Deleted Quote ID #${unsendloc}`, "DEBUG")
break
case "logout":
client.destroy()
Expand Down

0 comments on commit 2e18ba5

Please sign in to comment.