rayzrdev / SharpBot

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

Fixed small bug in serverinfo when ran in DMs #44

Closed BrandonKoala closed 7 years ago

BrandonKoala commented 7 years ago

When you did the serverinfo command in a DM, it would print a different error message to what was expected. Although this isn't a huge issue as it doesn't interfere with the command itself, I felt it didn't look clean enough so I just had to move the if statement up a few lines to fix it.