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.
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-necessaryTask.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.