This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
Repositories
Datasets
Forum
实训
竞赛
大数据
应用
Register
Sign In
youys
/
Discord.Net
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
34
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
Increased TypingNotifier delay
pull/299/head
RogueException
8 years ago
parent
dcd94381fc
commit
aa7d9ad414
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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);
}
catch { }
await Task.Delay(
450
0, token);
await Task.Delay(
975
0, token);
}
}
catch (OperationCanceledException) { }
Write
Preview
Loading…
Cancel
Save