Erisa / Cliptok

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

Migrate event handling for D#+ 5.0 #208

Closed FloatingMilkshake closed 4 months ago

FloatingMilkshake commented 4 months ago

This PR closes #203.

Changed how event handlers are registered in Program.cs to match the new system in D#+ 5.0, and removed a no-longer-necessary Task.Run(async () => ... in the Channel Update event handler.

I think this is all we need to do? Events seem to be handled properly when testing.