Fixed errors caused by #321

This commit is contained in:
RogueException
2016-10-18 15:30:19 -03:00
parent 0d6ac00905
commit a464f9ec3a
6 changed files with 14 additions and 8 deletions

View File

@@ -116,8 +116,6 @@ namespace Discord.Rest
var model = await MessageHelper.ModifyAsync(this, Discord, func, options).ConfigureAwait(false);
Update(model);
}
public Task DeleteAsync(RequestOptions options)
=> MessageHelper.DeleteAsync(this, Discord, options);
public Task PinAsync(RequestOptions options)
=> MessageHelper.PinAsync(this, Discord, options);