formatRegistrationResponse() {
        if (this.config.links.registration) {
            return `You can sign up here:\n${this.config.links.registration}`
        } else {
            return `The ${this.name} league does not have an active signup form at the moment.`