Skip to content

Commit b1f506d

Browse files
committed
Update README.md
1 parent 50cc599 commit b1f506d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ this tool provides a utility function to convert a `DateTime` object to a Discor
114114
```csharp
115115
var webhook = new Webhook()
116116
.SetAuthor("Time bot")
117-
.SetContent($"This webhook was sent at {Utils.Utils.DateToDiscordTimestamp(DateTime.Now, DiscordTimestampFormat.Relative)}")
117+
.SetContent($"This webhook was sent {Utils.Utils.DateToDiscordTimestamp(DateTime.Now, DiscordTimestampFormat.Relative)}")
118118
.SendWebhook(webhookUrl);
119119
```
120120
![img](https://i.imgur.com/SqxmKRW.png)

0 commit comments

Comments
 (0)