Browse Source

Increased TypingNotifier delay

pull/299/head
RogueException 8 years ago
parent
commit
aa7d9ad414
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/Discord.Net.Rest/Utils/TypingNotifier.cs

+ 1
- 1
src/Discord.Net.Rest/Utils/TypingNotifier.cs View File

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


Loading…
Cancel
Save