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:
@@ -1205,8 +1205,6 @@ namespace Discord.WebSocket
|
||||
/// <inheritdoc />
|
||||
bool IGuild.Available => true;
|
||||
/// <inheritdoc />
|
||||
ulong IGuild.DefaultChannelId => DefaultChannel?.Id ?? 0;
|
||||
/// <inheritdoc />
|
||||
ulong? IGuild.WidgetChannelId => WidgetChannelId;
|
||||
/// <inheritdoc />
|
||||
ulong? IGuild.SystemChannelId => SystemChannelId;
|
||||
|
||||
@@ -49,9 +49,6 @@ namespace Discord.WebSocket
|
||||
/// <inheritdoc />
|
||||
int? IInvite.MemberCount => throw new NotImplementedException();
|
||||
/// <inheritdoc />
|
||||
[Obsolete("This property doesn't exist anymore and shouldn't be used.")]
|
||||
bool IInviteMetadata.IsRevoked => throw new NotImplementedException();
|
||||
/// <inheritdoc />
|
||||
public bool IsTemporary { get; private set; }
|
||||
/// <inheritdoc />
|
||||
int? IInviteMetadata.MaxAge { get => MaxAge; }
|
||||
|
||||
Reference in New Issue
Block a user