yourWaifu / sleepy-discord

C++ library for the Discord chat client. Please use Rust for new bots
https://yourWaifu.github.io/sleepy-discord/
MIT License
708 stars 93 forks source link

[Bug fix] member & channel merges on server update #228

Closed dencelle closed 3 years ago

dencelle commented 3 years ago

server object that gets passed by discord doesn't pass the member or channels, we need to do a merge rather than just pushing the new server object onto the old server object.