large guild fixes

This commit is contained in:
Cynthia Foxwell 2023-07-26 16:51:25 -06:00
parent 2d2ba1fd60
commit 7af5462d54
5 changed files with 47 additions and 9 deletions

View file

@ -38,7 +38,7 @@ type MessageOptions struct {
func FormatMessage(session *discordgo.Session, options MessageOptions) []string {
lines := make([]string, 0)
timestamp := options.Timestamp.Format("[15:04:05]")
timestamp := options.Timestamp.UTC().Format("[15:04:05]")
nameLength := utf8.RuneCountInString(options.Name) + 2
stateNameLength := state.GetNameLength()