package utils // TODO: Implement a spam checking module func IsSpam(t string) bool { return false }