CorruptComputer / Officer-Beepsky

A simple Discord music bot
MIT License
2 stars 2 forks source link

Colors on commands disappeared when upgrading to v3 of Discord4j #4

Closed CorruptComputer closed 5 years ago

CorruptComputer commented 5 years ago

They all just need changed to have a Color set at the end of the BotUtils.sendMessage() method call. Green for command sucessful, red otherwise. Colors can already be found in the 8ball command.

Jal20990 commented 5 years ago

Thank you

santiagosuarezecheverri commented 5 years ago

unable to access 'https://github.com/CorruptComputer/Officer-Beepsky.git/': The requested URL returned error: 403

CorruptComputer commented 5 years ago

@santiagosuarezecheverri Where was this error given?

santiagosuarezecheverri commented 5 years ago

If I want to upload the code, I do a push but I get that error

CorruptComputer commented 5 years ago

Oh, that is because you do not have push access to this repository. You'll have to create a fork of this, and push your changes there. After that you can do as fmmmle has done for #9 and create a pull request to this repository from your own. This issue has already been fixed in that PR, however if you would like to PR it still for learning and to get feedback I would be happy to review it as well!

CorruptComputer commented 5 years ago

Fixed via #9