cronokirby / alchemy

A discord library for Elixir
MIT License
152 stars 34 forks source link

Handle channel type 5 & 6 (news/store) #110

Closed Kovus closed 3 years ago

Kovus commented 3 years ago

I ran into a crash when my bot was added to a discord server that apparently had a news channel. This adds knowledge of the channel structures for 5 (news) and 6 (store) based on https://discord.com/developers/docs/resources/channel#channel-object-channel-types . If there's additional implementation needed to read or write to a news channel, it's not handled by this patch.

cronokirby commented 3 years ago

Very nice!