Current timestamp namechange

This commit is contained in:
Sindre Langhus
2016-11-26 04:43:29 +01:00
committed by GitHub
parent 54dd0a5cec
commit 08b836797b

View File

@@ -55,7 +55,7 @@ namespace Discord
ImageUrl = ImageUrl;
return this;
}
public EmbedBuilder WithTimestamp()
public EmbedBuilder WithCurrentTimestamp()
{
Timestamp = DateTimeOffset.UtcNow;
return this;