How can I reccive gateway events and do something when for example the channel pins are updated using discordrb? https://discord.com/developers/docs/topics/gateway-events#receive-events
I’m guessing I’d need to make a custom event handler since I don’t know if Discordrb natively raises the ChannelUpdateEventHandler upon a message being pinned or unpinned.
There doesn’t seem to be any indication in the events file for channels: https://github.com/shardlab/discordrb/blob/f2a313b795ecba34b99239db9627bdcbdeddbd46/lib/discordrb/events/channels.rb#L184