Update InfoCommands.cs

This commit is contained in:
samvaio 2016-12-10 22:46:08 +05:30 committed by GitHub
parent 8bf8b8ea7a
commit 42a8ee7caf

View File

@ -127,7 +127,6 @@ namespace NadekoBot.Modules.Utility
{
var channel = (ITextChannel)msg.Channel;
var user = usr ?? msg.Author as IGuildUser;
var user1 = msg.Author as IGuildUser;
//var avurl = await NadekoBot.Google.ShortenUrl(user.AvatarUrl).ConfigureAwait(false);
if (user == null)
return;