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
feature: add ForceDownload CacheMode
feature/rest-on-socket
Christopher F
6 years ago
parent
afc3a9d063
commit
2b83cf1575
1 changed files
with
3 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-2
src/Discord.Net.Core/Entities/CacheMode.cs
+ 3
- 2
src/Discord.Net.Core/Entities/CacheMode.cs
View File
@@ -1,8 +1,9 @@
namespace Discord
namespace Discord
{
public enum CacheMode
{
AllowDownload,
CacheOnly
CacheOnly,
ForceDownload
}
}
Write
Preview
Loading…
Cancel
Save