Browse Source

Respond to feedback

pull/992/head
Joe4evr 8 years ago
parent
commit
83e79f91cf
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/Discord.Net.Rest/Entities/Messages/MessageHelper.cs

+ 1
- 1
src/Discord.Net.Rest/Entities/Messages/MessageHelper.cs View File

@@ -14,7 +14,7 @@ namespace Discord.Rest
RequestOptions options) RequestOptions options)
{ {
if (msg.Author.Id != client.CurrentUser.Id) if (msg.Author.Id != client.CurrentUser.Id)
throw new InvalidOperationException("Discord allows only the author of a message to change it.");
throw new InvalidOperationException("Only the author of a message may change it.");


var args = new MessageProperties(); var args = new MessageProperties();
func(args); func(args);


Loading…
Cancel
Save