Bug: Channel is sometimes null on many events
Closed this issue · 1 comments
Erisa commented
See DSharpPlus/DSharpPlus#2076 and https://discord.com/channels/379378609942560770/1094835363475886163/1275031658541879316
Workaround/fix is to check e.Message.Channel is null
and fetch a channel object ourselves.
Erisa commented
Root cause was the same as #220
Temp fixed in 1b1f808 and d092f25
Caused by DSharpPlus/DSharpPlus@1d54d42
Full fix will be a resolution of DSharpPlus/DSharpPlus#2060