func (c *Checker) IsBlacklisted(guildID string) bool {
    if !c.enable {
        return false
    }