Increased TypingNotifier delay

This commit is contained in:
RogueException
2016-10-06 01:09:52 -03:00
parent dcd94381fc
commit aa7d9ad414

View File

@@ -30,7 +30,7 @@ namespace Discord.Rest
await _client.ApiClient.TriggerTypingIndicatorAsync(_channelId);
}
catch { }
await Task.Delay(4500, token);
await Task.Delay(9750, token);
}
}
catch (OperationCanceledException) { }