-
-
Notifications
You must be signed in to change notification settings - Fork 49
Open
Labels
bug πSomething isn't workingSomething isn't working
Description
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?
- Use This Code
- 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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bug πSomething isn't workingSomething isn't working