momentum-mod/discord-bot

Fix exceptions thrown in async void crashing the app

Hona opened this issue · 1 comments

Hona commented
Fix exceptions thrown in async void crashing the app
Hona commented

The timer to update current streamer current has a async void signature. Should change to async Task if possible, otherwise look at another way to execute as async Task in interval functions.