jb3 / concoction

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

Handle presences #12

Open jb3 opened 4 years ago

jb3 commented 4 years ago

Handle presences and allow for the updating of presence (both things are gateway).

Documentation: https://discord.com/developers/docs/topics/gateway#presence-update

This should use another internal ETS cache by default but that should be optional.

This should abide by the gateway ratelimits.