nano-shino / genshinhelper

A Discord bot to help with daily Genshin activities
MIT License
34 stars 11 forks source link

Bug: Resin emoji in the Daily Check-in message doesn't work #6

Open EffortlessFury opened 2 years ago

EffortlessFury commented 2 years ago

In the /resin message, the emoji displays properly. In the Daily Check-in, it displays as :resin:.

I tried to do light digging into why this might be, I can say that it's not due to the fact that two different resin emoji ids are being used for the two message types (why is that, btw?); I use the functional one in place of the broken one and it still remained broken.

My only thought at the moment, and that I've not yet investigated, is that it may have to do with a message that was in response to a user interaction vs. a message sent unprompted.

nano-shino commented 2 years ago

I'm actually surprised that it worked in the slash command for you. I was too lazy to make it work for others. As far as I know I believe the bots need to be in the server with the emotes to use it. And since your bot isn't in my server, it shouldn't work, but it did.

As for why there are two different ids, probably just an oversight on my part as I have access to many resin emotes.

I can look into this issue when I have time, if you don't figure it out before me.