Erisa / Cliptok

Moderation Discord bot for Microsoft Community.
https://msft.chat/about/bots.html#cliptok
MIT License
63 stars 26 forks source link

Bug: Channel is sometimes null on many events #218

Closed Erisa closed 3 months ago

Erisa commented 3 months ago

See https://github.com/DSharpPlus/DSharpPlus/issues/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 3 months ago

Root cause was the same as #220

Temp fixed in https://github.com/Erisa/Cliptok/commit/1b1f8081610bcdccf4824d04a59b03eb48ca1ef9 and https://github.com/Erisa/Cliptok/commit/d092f25b8ce1d4a95a71e374e76d7bca93a8c069

Caused by https://github.com/DSharpPlus/DSharpPlus/commit/1d54d42c55c6c3719928c5f3f153adf8c1b92da8

Full fix will be a resolution of https://github.com/DSharpPlus/DSharpPlus/issues/2060