Minor doc edit

This commit is contained in:
RogueException
2015-11-02 09:03:56 -04:00
parent 2eeb5d2bd3
commit 4f4075aae2

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";