We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd3810e commit 3d39704Copy full SHA for 3d39704
test/Discord.Net.Tests.Unit/EmbedBuilderTests.cs
@@ -1,6 +1,5 @@
1
using System;
2
using System.Collections.Generic;
3
-using System.Text;
4
using Xunit;
5
6
namespace Discord
@@ -250,7 +249,7 @@ public void Length()
250
249
.WithFooter("This is the footer", url)
251
.WithImageUrl(url)
252
.WithThumbnailUrl(url)
253
- .WithTimestamp(DateTime.MinValue)
+ .WithTimestamp(DateTimeOffset.MinValue)
254
.WithTitle("This is the title")
255
.WithUrl(url)
256
.AddField("Field 1", "Inline", true)
0 commit comments