large guild fixes
This commit is contained in:
parent
2d2ba1fd60
commit
7af5462d54
5 changed files with 47 additions and 9 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue