Minor exception edit

This commit is contained in:
RogueException
2015-12-08 04:23:35 -04:00
parent 2efd612886
commit 8b42312bd5

View File

@@ -40,7 +40,7 @@ namespace Discord
//TODO: Add local members cache
/// <summary> Returns the string used to mention this role. </summary>
public string Mention { get { if (IsEveryone) return "@everyone"; else throw new InvalidOperationException("Discord currently only supports referencing the everyone role"); } }
public string Mention { get { if (IsEveryone) return "@everyone"; else throw new InvalidOperationException("Discord currently only supports mentioning the everyone role"); } }
internal Role(DiscordClient client, long id, long serverId)
: base(client, id)