Server Members Intent Hero Banner
Server Members Intent back
Charged Bot GuideDoc. 01
CONFIDENTIALp. 24
Server Members Intent

Coming soon

Intents/Server Members Intent

Server Members Intent

Automated welcome and goodbye workflow, dynamic canvas banner generation, and member counter integration.

Automated welcome and goodbye workflow, dynamic canvas banner generation, and member counter integration. Charged processes required Discord gateway events exclusively in real-time to execute automated community workflows configured by authenticated server administrators.

All gateway event payloads are evaluated purely in-memory and discarded immediately upon completion. Under no circumstances does Charged maintain persistent member archives, track behavioral analytics, or train generalized artificial intelligence models.

Verification Deep Link

Technical Architecture & Feature Breakdown

  1. 1. Real-Time Arrival Handling (GUILD_MEMBER_ADD)

    Detects arrival of new community members to render high-resolution canvas banners customized with member avatar, username, and real-time server member count.

  2. 2. Real-Time Departure Handling (GUILD_MEMBER_REMOVE)

    Dispatches goodbye announcements to audit and log channels to assist community moderation without scraping historical member lists.

  3. 3. Direct Message Onboarding (Optional)

    Allows verified community owners to dispatch informative onboarding instructions directly to joining users when explicitly configured.

Official Verification Justification

Charged requires the Server Members Intent (GUILD_MEMBERS) for its welcome and goodbye automation features: When a member joins a server, Charged receives the member join event and runs the welcome workflow configured by an authorized server administrator. This workflow can send a welcome message to a selected channel or directly to the new member, use supported member information such as username, display name and avatar, generate a custom welcome banner, or send a configured rich embed. The same intent is used for goodbye automation. When a member leaves a server, Charged receives the member leave event and executes the configured goodbye workflow, which can send a message to a selected channel, generate a goodbye banner, and include supported member information. The intent is only used to detect these join and leave events. Charged does not use it to monitor member activity, track online status, create behavioral profiles, or send unsolicited messages. Member information is processed only when needed to execute the configured workflow. Charged does not maintain a historical copy of server member lists or member activity. Discord IDs and server configuration data may be stored for dashboard authentication and normal bot operation. Member event data and message content are not used for AI or machine-learning training.

Developer Policy & Privacy Disclosures

Do you store member data outside of Discord?

NO. Charged does not maintain a persistent database of server member rosters or join/leave events. All banner rendering is computed in real-time.

Is member data used for AI training or profiling?

NO. Member data is strictly excluded from machine learning training, behavioral tracking, and advertising.