Update InfoCommands.cs
This commit is contained in:
parent
8bf8b8ea7a
commit
42a8ee7caf
@ -127,7 +127,6 @@ namespace NadekoBot.Modules.Utility
|
|||||||
{
|
{
|
||||||
var channel = (ITextChannel)msg.Channel;
|
var channel = (ITextChannel)msg.Channel;
|
||||||
var user = usr ?? msg.Author as IGuildUser;
|
var user = usr ?? msg.Author as IGuildUser;
|
||||||
var user1 = msg.Author as IGuildUser;
|
|
||||||
//var avurl = await NadekoBot.Google.ShortenUrl(user.AvatarUrl).ConfigureAwait(false);
|
//var avurl = await NadekoBot.Google.ShortenUrl(user.AvatarUrl).ConfigureAwait(false);
|
||||||
if (user == null)
|
if (user == null)
|
||||||
return;
|
return;
|
||||||
|
Loading…
Reference in New Issue
Block a user