Merge pull request #393 from Nikey646/patch-1

EmbedBuilder.WithImageUrl() now uses the value passed
This commit is contained in:
Christopher F
2016-12-01 18:41:50 -05:00
committed by GitHub

View File

@@ -52,7 +52,7 @@ namespace Discord
}
public EmbedBuilder WithImageUrl(string imageUrl)
{
ImageUrl = ImageUrl;
ImageUrl = imageUrl;
return this;
}
public EmbedBuilder WithCurrentTimestamp()