simmsb / calamity

A library for writing discord bots in haskell
https://hackage.haskell.org/package/calamity
MIT License
109 stars 11 forks source link

Not handling event: "GUILD_AUDIT_LOG_ENTRY_CREATE" #57

Closed Miezhiko closed 1 year ago

Miezhiko commented 1 year ago

also Not handling event: "THREAD_MEMBERS_UPDATE"

https://github.com/simmsb/calamity/blob/master/calamity/Calamity/Client/Client.hs#L431

simmsb commented 1 year ago

Calamity currently doesn't have the code to handle these events, they're explicitly parsed and logged at the debug level as not handled instead of causing a parse error somewhere else