discord_create_event_invite
Creates an invite URL that points to a scheduled event, ensuring recipients land on it. Requires Create Instant Invite permission.
Instructions
Create a shareable invite URL that points to a scheduled event, so recipients land on the event when joining. Requires the Create Instant Invite permission. Returns the invite URL.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| guild_id | Yes | Discord server (guild) ID (snowflake). | |
| event_id | Yes | ID (snowflake) of the scheduled event to link the invite to. | |
| channel_id | No | Channel (snowflake) the invite points to. Defaults to the server's first text channel if omitted. | |
| max_age | No | Invite lifetime in seconds; 0 means it never expires. Default 86400 (24h). | |
| max_uses | No | Maximum number of uses; 0 means unlimited. Default 0. |