|
|
@@ -66,7 +66,7 @@ namespace Discord.Rest |
|
|
|
/// Gets the URL of the invite. |
|
|
|
/// </summary> |
|
|
|
/// <returns> |
|
|
|
/// A string that is the URL of the invite. |
|
|
|
/// A string that resolves to the Url of the invite. |
|
|
|
/// </returns> |
|
|
|
public override string ToString() => Url; |
|
|
|
private string DebuggerDisplay => $"{Url} ({GuildName} / {ChannelName})"; |
|
|
|