You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make a .env file and set token= to your bots token
Run the bot
Make an emoji (Notice how it says undefined)
Edit the emoji (Notice how it says undefined and fires added)
Delete the emoji (Notice no event)
What should have happened?
The events should contain the emoji object and call the right events
What is actually happening?
Only the add event is sometimes fired and it's always undefined
What versions you're using?
OS: Arch Linux 6.6.3-arch1-1
Deno: Deno 1.38.4
Harmony: Harmony commit e3e3c73 (Latest as of writing this issue)
Do you have anything to tell us more about the bug?
If you use the .test command you can see that it doesn't even update the cache properly and re-fetches every time
Edit: This is most likely going to require more than just fixing up the gateway event as the cache system seems totally broken Discord messages
The text was updated successfully, but these errors were encountered:
What's the bug?
The emoji add, update, and remove events do not function properly (either don't get called or return undefined)
How do we reproduce it?
token=
to your bots tokenWhat should have happened?
The events should contain the emoji object and call the right events
What is actually happening?
Only the add event is sometimes fired and it's always undefined
What versions you're using?
Do you have anything to tell us more about the bug?
If you use the
.test
command you can see that it doesn't even update the cache properly and re-fetches every timeEdit: This is most likely going to require more than just fixing up the gateway event as the cache system seems totally broken Discord messages
The text was updated successfully, but these errors were encountered: