def user_exists()

in bots/incident-response-slackbot/incident_response_slackbot/db/database.py [0:0]


    def user_exists(self, user_id):
        """
        Check if the user_id exists in the database.
        """
        self.data = self._load_data()
        return user_id in self.data