forgot to remove timer
This commit is contained in:
@@ -421,8 +421,8 @@ namespace MareSynchronosServer.Discord
|
||||
|
||||
public async Task StopAsync(CancellationToken cancellationToken)
|
||||
{
|
||||
_timer?.Change(Timeout.Infinite, 0);
|
||||
verificationTaskCts?.Cancel();
|
||||
updateStatusCts?.Cancel();
|
||||
|
||||
await discordClient.LogoutAsync();
|
||||
await discordClient.StopAsync();
|
||||
|
||||
Reference in New Issue
Block a user