public bool CanChat() { if (!SpamCooldown.CanExecute()) { SpamAttempts++; return(false); } return(true); }