codewars / discord-bot

Codewars Discord Bot
MIT License
21 stars 11 forks source link

Implement /rankup; remove ?rankup #56

Closed DonaldKellett closed 2 years ago

DonaldKellett commented 2 years ago

Replace the ?rankup command with the equivalent slash command /rankup.

Since this command is relatively complex, additional review and testing to uncover bugs is appreciated (cc @Kacarott ).

Related: #43

DonaldKellett commented 2 years ago

It looks fine to me. Does ephemeral mean the command and output still happen in the channel, but are hidden from everyone else?

Yes