fix: Remove obsolete methods and properties (#1849)
* Remove obsolete methods and properties * Remove rest of GuildEmbed * Remove TokenType.User * Changes regarding the removal of the user tokentype
This commit is contained in:
@@ -127,8 +127,6 @@ namespace Discord
|
||||
/// The <see cref="TokenType.User"/> type is treated as an invalid <see cref="TokenType"/>.
|
||||
/// </remarks>
|
||||
[Theory]
|
||||
// TokenType.User
|
||||
[InlineData(0)]
|
||||
// out of range TokenType
|
||||
[InlineData(-1)]
|
||||
[InlineData(4)]
|
||||
|
||||
Reference in New Issue
Block a user