jb3 / concoction

Concoction is a Discord library for Elixir.
https://discord.gg/F6SYMSu
MIT License
2 stars 0 forks source link

Message gateway events #11

Open jb3 opened 4 years ago

jb3 commented 4 years ago

Message events from the gateway should be handled.

This should use an internal cache similar to the ratelimits/guilds caches, it should not store messages when they are deleted. Instead it should emit a deletion event with the record and then pop the record from ETS for both memory and privacy reasons.