This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
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
Expose method from interface
pull/962/head
Darnell Williams
7 years ago
parent
6c21fa6905
commit
d5a503f1cb
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
src/Discord.Net.Core/IDiscordClient.cs
+ 2
- 0
src/Discord.Net.Core/IDiscordClient.cs
View File
@@ -36,5 +36,7 @@ namespace Discord
Task<IVoiceRegion> GetVoiceRegionAsync(string id, RequestOptions options = null);
Task<IWebhook> GetWebhookAsync(ulong id, RequestOptions options = null);
Task<int> GetRecommendedShardCount(RequestOptions options = null);
}
}
Write
Preview
Loading…
Cancel
Save