rayzrdev / SharpBot

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

Adding weather command #90

Closed nobobo1234 closed 7 years ago

nobobo1234 commented 7 years ago

Added weather command. If there is anything you want me to change. Ping Nola on the discord :blush:

rayzr522 commented 7 years ago

I would really prefer if this was using bot.utils.embed, rather than directly creating a RichEmbed. By abstracting it away behind a utility method, we can implement things like embed default settings that people can configure.

nobobo1234 commented 7 years ago

I converted it to a bot.utils.embed function. And it works! Still, if you have anything, ping me on your server.

rayzr522 commented 7 years ago

Looks good, there are a few changes I would make but that's mostly personal preference.