Update Administration.cs

This commit is contained in:
samvaio 2016-12-01 16:51:09 +05:30 committed by GitHub
parent c0eaf39607
commit 41a8936b72

View File

@ -638,7 +638,6 @@ namespace NadekoBot.Modules.Administration
public async Task Prune(IUserMessage umsg)
{
var channel = (ITextChannel)umsg.Channel;
int count = 100
var user = channel.Guild.GetCurrentUser();
var enumerable = (await umsg.Channel.GetMessagesAsync()).AsEnumerable();
enumerable = enumerable.Where(x => x.Author.Id == user.Id);