ASLo before i forget, there's a bug in the MessageReceive event, for news channels event-channel always returns null, but event-newschannel works just fine. I'm utterly confused, because there's literally no difference between the two.
As Channel is a superclass of GuildChannel, I'll register natively an event-value for Channel if we register one for GuildChannel, so event-channel will also be available.
ASLo before i forget, there's a bug in the
MessageReceive
event, for news channelsevent-channel
always returns null, butevent-newschannel
works just fine. I'm utterly confused, because there's literally no difference between the two.Originally posted by @Mushkrem in https://github.com/DiSkyOrg/DiSky/issues/137#issuecomment-1604599478