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
Obsolete TokenType.User
pull/829/head
Christopher F
7 years ago
parent
30e867a183
commit
fc5adca94e
1 changed files
with
4 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-1
src/Discord.Net.Core/TokenType.cs
+ 4
- 1
src/Discord.Net.Core/TokenType.cs
View File
@@ -1,7 +1,10 @@
namespace Discord
using System;
namespace Discord
{
public enum TokenType
{
[Obsolete("User logins are being deprecated and may result in a ToS strike against your account - please see https://github.com/RogueException/Discord.Net/issues/827")]
User,
Bearer,
Bot,
Write
Preview
Loading…
Cancel
Save