Browse Source

Formatting

Formatting
pull/1098/head
Casino Boyale GitHub 7 years ago
parent
commit
abfd9e5f41
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      src/Discord.Net.WebSocket/Entities/Messages/SocketMessage.cs

+ 2
- 1
src/Discord.Net.WebSocket/Entities/Messages/SocketMessage.cs View File

@@ -59,7 +59,8 @@ namespace Discord.WebSocket

public override string ToString() => Content;

public string GetJumpUrl() => MessageHelper.GetJumpUrl(this);
public string GetJumpUrl()
=> MessageHelper.GetJumpUrl(this);

internal SocketMessage Clone() => MemberwiseClone() as SocketMessage;



Loading…
Cancel
Save