revbot.js
    Preparing search index...

    Class ServerMemberLeave

    Represents the event handler for a member leaving a server.

    Hierarchy (View Summary)

    Index

    Constructors

    Methods

    Constructors

    Methods

    • Handles the server member leave event.

      Parameters

      • data: { id: string; user: string }

        The data for the event, containing the server ID and user ID.

      Returns unknown

      An object containing the server and the member who left, or just the server if the member is not found.