BlazenBoi / canvacord

A Python version of Canvacord
MIT License
9 stars 3 forks source link

A few minor details #4

Closed GeckoPie007 closed 3 years ago

GeckoPie007 commented 3 years ago

Hello. I was using your awesome module and I found a few bugs. First of all, if you have a lot of xp or if your username is long than the username covers the xp counter. Also, if a users status is set to Idle then nothing appears. Finally, for some reason the user profile image is moved somewhat to the top left. Other than that, this module is really great and I love it. Thanks, GeckoPie. image image

BlazenBoi commented 3 years ago

Ok I will work on fixing this. I need to figure out how the original canvacord does it and I’ll replicate that.

BlazenBoi commented 3 years ago

Ok I figured out how it worked. It basically just shrunk the text as it got longer past a certain point, so I will try to replicate this in a new update.

BlazenBoi commented 3 years ago

I will also try to figure out why the idle bug is occurring.

BlazenBoi commented 3 years ago

Ok if you update to the newest version the idle thing should be fixed. I am still working on the whole no running into it but it takes a massively long name (like 20+ characters. I am going to not cut it off even through canvacord normally does, so it might look weird if someone has a massive massive name.) to hit it now. If you have any more problems just ask. circle circle

If the error persists please re-open this issue, or make another issue.