HomeDevelopment

rDCSe527ed28f812

fix: Fixed null exception for DiscordChannelSelectComponent

When `channelTypes` is `null`, it tried to convert `null` to an array.
Using `this.ChannelTypes = channelType?.ToArray()` now.
Repository: rDCS DisCatSharp
Author: Lulalaby
Commit Date: Nov 4 2022