Minor edit

This commit is contained in:
RogueException
2016-01-07 03:21:28 -04:00
parent 6a1e72d2b8
commit fc4e38572b

View File

@@ -341,7 +341,7 @@ namespace Discord
public Task Acknowledge()
{
if (Client.Config.Mode != DiscordMode.Client)
throw new InvalidOperationException("Message.Acknowledge may only be used in Client mode.");
throw new InvalidOperationException("This function may only be used in Client mode.");
if (User.Id != Client.CurrentUser.Id)
return Client.ClientAPI.Send(new AckMessageRequest(Channel.Id, Id));