Browse Source

Minor doc edit

tags/docs-0.9
RogueException 9 years ago
parent
commit
4f4075aae2
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/Discord.Net/Helpers/Mention.cs

+ 1
- 1
src/Discord.Net/Helpers/Mention.cs View File

@@ -15,7 +15,7 @@ namespace Discord
/// <summary> Returns the string used to create a channel mention. </summary>
public static string Channel(Channel channel)
=> $"<#{channel.Id}>";
/// <summary> Returns the string used to create a channel mention. </summary>
/// <summary> Returns the string used to create a mention to everyone in a channel. </summary>
public static string Everyone()
=> $"@everyone";



Loading…
Cancel
Save