package main func getTrust(discordID string) int { //TODO This is a stub. Everyone has same weight for now. return 1 } func getTotalTrust() int { //TODO This is a stub. It returns 1 for easier testing for now. return 1 }