Browse Source

Remove TokenType.User

pull/1849/head
Paulo 4 years ago
parent
commit
4485ae619e
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      src/Discord.Net.Core/TokenType.cs

+ 0
- 2
src/Discord.Net.Core/TokenType.cs View File

@@ -5,8 +5,6 @@ namespace Discord
/// <summary> Specifies the type of token to use with the client. </summary>
public enum TokenType
{
[Obsolete("User logins are deprecated and may result in a ToS strike against your account - please see https://github.com/RogueException/Discord.Net/issues/827", error: true)]
User,
/// <summary>
/// An OAuth2 token type.
/// </summary>


Loading…
Cancel
Save