benslv / countable

🤖 A small, robust Discord bot to support and manage a counting channel in your server.
GNU Affero General Public License v3.0
10 stars 3 forks source link

When checking someone else's stats it says "Here are your stats for this server!" #44

Closed eeme1i closed 3 years ago

eeme1i commented 3 years ago

A bug when bot's reply doesn't match the requested user. image

benslv commented 3 years ago

Given how the code for this is implemented, I can't really make it say either "Here are your stats" or "Here are the stats for this user" depending on the arguments provided without making a sizeable change to the command execution

benslv commented 3 years ago

Thinking it could work to just change it to, "Here are the stats for this user!"

What do you think?

eeme1i commented 3 years ago

I think that sounds good. If it is possible you could maybe look into making it "Here are {requested user}'s stats!"

benslv commented 3 years ago

That would be quite quick to implement, yeah!

benslv commented 3 years ago

Complete now!