Skip to content

Commit

Permalink
Merge pull request #12
Browse files Browse the repository at this point in the history
fixfooter
  • Loading branch information
IshaanRao authored Jul 14, 2023
2 parents 8838450 + e30af8d commit c314a72
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fragbots/logging/embeds.go
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ func SendEmbed(webhook string, username string, description string) {
Description: description,
Color: DefaultEmbedColor,
Footer: Footer{
Text: "FragBots `" + Version + "`",
Text: "FragBots V" + Version,
IconUrl: FooterIcon,
},
Timestamp: time.Now(),
Expand All @@ -94,7 +94,7 @@ func SendEmbedThumbnail(webhook string, username string, description string, thu
Description: description,
Color: DefaultEmbedColor,
Footer: Footer{
Text: "FragBots `" + Version + "`",
Text: "FragBots V" + Version,
IconUrl: FooterIcon,
},
Timestamp: time.Now(),
Expand Down

0 comments on commit c314a72

Please sign in to comment.