rayzrdev / SharpBot

A Discord.js selfbot written by Rayzr - 60 second installation!
https://git.io/sharpbot
MIT License
129 stars 134 forks source link

Selfdestructing messages yay #56

Closed LucasPMagno closed 7 years ago

LucasPMagno commented 7 years ago

Poof.

rayzr522 commented 7 years ago

setInterval? This should just be using Message.delete(time). setInterval is a timer.

There also appear to be a couple formatting inconsistencies, and you're not checking if parsed.leftover has any content.

Fix those things up and I'll pull this puppy in. 🙂

rayzr522 commented 7 years ago

You still need to check if parsed.leftover has any contents.

abyss commented 7 years ago

https://github.com/RayzrDev/SharpBot/pull/59 - You got beat to the punch :P