Skip to content

Commit

Permalink
Fix discord version
Browse files Browse the repository at this point in the history
  • Loading branch information
robrotheram committed Feb 29, 2024
1 parent f5946d0 commit 90db347
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/discord/commands/infoCmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,5 @@ func controlscmd(ctx CommandCtx) *discordgo.InteractionResponse {
}

func versioncmd(ctx CommandCtx) *discordgo.InteractionResponse {
return ctx.Replyf("Version: %s, \n commit: %s \n time: %s", utils.Version, utils.Revision, utils.LastCommit.Format(time.RFC822))
return ctx.Replyf("Version: %s commit: %s \n time: %s", utils.Version, utils.Revision, utils.LastCommit.Format(time.RFC822))
}

0 comments on commit 90db347

Please sign in to comment.