cronokirby / alchemy

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

Bug Fix: Bot crashes as new channel type is not being support #121

Closed Zarathustra2 closed 3 years ago

Zarathustra2 commented 3 years ago

@cronokirby Currently the bot will crash if it is part of a guild where the guild has the new channel type StageVoiceChannel.

I have added support for that. Furthermore, if a channel type is unknown it will return nil and log an error and won't crash anymore.

cronokirby commented 3 years ago

Very nice!