python-discord / sir-lancebot

A Discord bot started as a community project for Hacktoberfest 2018, later evolved to an introductory project for aspiring new developers starting out with open source development.
MIT License
243 stars 241 forks source link

Wrong tooltip .mosaic #810

Closed strau0106 closed 3 years ago

strau0106 commented 3 years ago

When .mosaicing ur avatar with some wrong input u get an example with .avatar_modify Mosaic and not .mosaic

ToxicKidz commented 3 years ago

Hey, this is because the command itself is .avatar_modify mosaic, because it's in the .avatar_modify group. The reason you're ale to invoke like .mosaic is because it uses root_aliases. The qualified name for the command is .avatar_modify mosaic, so the tooltip isn't wrong.