rayzrdev / SharpBot

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

Moved msg.delete() to make it instantly delete. #105

Closed Votyn closed 7 years ago

Votyn commented 7 years ago

To make it seem like it's not taking as much time, and also to prevent previews.

rayzr522 commented 7 years ago

Breaks if there's an error, and it'll still show a preview as long as Discord clients see it before the selfbot's delete request goes through.

rayzr522 commented 7 years ago

I could actually merge this if I fix something with msg.error, and I've been meaning to do that anyways, so I'll merge this momentarily. On a side note, this won't prevent previews if SharpBot has a bad connection to Discord :P

rayzr522 commented 7 years ago

Alright, fixed in e66feea, merging now...