def unset_api(client, data, user)
          raise SlackGamebot::Error, "You're not a captain, sorry." unless user.captain?

          client.owner.update_attributes!(api: false)
          client.say(channel: data.channel, text: "API for team #{client.owner.name} is off.", gif: 'programmer')