File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
content/docs/reference/templates Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -892,11 +892,11 @@ See [`createTicket`](functions#createticket) for creating a ticket.
892892## Time
893893
894894Time and duration types use [ Go's time package] ( https://golang.org/pkg/time/#Time ) . Go by Example lists [ some examples
895- of using _ time.Time _ ] ( https://gobyexample.com/time ) in Go code, which can be referenced for similar use in YAGPDB's
895+ of using * time.Time * ] ( https://gobyexample.com/time ) in Go code, which can be referenced for similar use in YAGPDB's
896896templates.
897897
898- Some time types in the data that Discord API functions return instead use the _ discordgo.Timestamp _ type. These can be
899- converted to _ time.Time _ with the ` .Parse ` method. These cases are mentioned in the type documentation on this page.
898+ Some time types in the data that Discord API functions return instead use the * discordgo.Timestamp * type. These can be
899+ converted to * time.Time * with the ` .Parse ` method. These cases are mentioned in the type documentation on this page.
900900
901901| ** Field** | ** Description** |
902902| ------------- | ----------------------------------------------------------------------------------------------------------- |
You can’t perform that action at this time.
0 commit comments