Skip to content

Commit

Permalink
Fixed Albion command
Browse files Browse the repository at this point in the history
  • Loading branch information
FlameInTheDark committed May 6, 2019
1 parent 4688ea7 commit 5ddae7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bot/albion.go
Expand Up @@ -359,7 +359,7 @@ func (u *AlbionUpdater) Update(session *discordgo.Session, worker *DBWorker, con
if killTime.Unix() > newKillTime {
newKillTime = killTime.Unix()
}
go SendKill(session, conf, &kills[i], p.UserID)
go SendKill(session, conf, &kills[i], p.UserID, p.Language)
}
}
fmt.Printf("User: %v | Last: %v | New: %v\n", p.UserID, lastTime.Unix(), newKillTime)
Expand Down

0 comments on commit 5ddae7e

Please sign in to comment.