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 50cc599 commit b1f506dCopy full SHA for b1f506d
README.md
@@ -114,7 +114,7 @@ this tool provides a utility function to convert a `DateTime` object to a Discor
114
```csharp
115
var webhook = new Webhook()
116
.SetAuthor("Time bot")
117
- .SetContent($"This webhook was sent at {Utils.Utils.DateToDiscordTimestamp(DateTime.Now, DiscordTimestampFormat.Relative)}")
+ .SetContent($"This webhook was sent {Utils.Utils.DateToDiscordTimestamp(DateTime.Now, DiscordTimestampFormat.Relative)}")
118
.SendWebhook(webhookUrl);
119
```
120

0 commit comments