// if cachedBattleCount, ok := cache.FetchBattleCount(); ok {
// return cachedBattleCount, nil
// }
varbattleCountint
err:=handle.QueryRow("SELECT COALESCE(SUM(s.battles), 0) FROM accountStats s JOIN accounts a ON a.uuid = s.uuid WHERE a.banned = 0").Scan(&battleCount)