App Logo
discord.com

join_server_via_invite

Join a Discord server using an invite link or code, e.g. https://discord.com/invite/<code> or just the code. Returns the server's id and name, and whether the account was already a member before this ran. This is a write with lasting effect: joining a server is visible to its members and puts you on its member list until you leave.

Input

invite required

An invite link (e.g. https://discord.com/invite/abc123 or https://discord.gg/abc123, with or without tracking query params) or a bare invite code (abc123). Surrounding whitespace is tolerated.

Output

joined required
guildId required
guildName required
already_member required

FAQ

Join a Discord server using an invite link or code, e.g. https://discord.com/invite/<code> or just the code. Returns the server's id and name, and whether the account was already a member before this ran. This is a write with lasting effect: joining a server is visible to its members and puts you on its member list until you leave.
Required: invite.
It returns joined, guildId, guildName, already_member.
Yes. It acts as you on discord.com: on your own Chrome it reuses your session, and on a Reduck-hosted browser it loads the discord.com cookies saved by the Reduck extension.
It makes changes on discord.com, like sending, posting or booking something.
Ask an AI agent connected to Reduck to run reduck/discord.com/join_server_via_invite, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/discord.com/join_server_via_invite
It is part of Reduck's official curated catalogue.

Start building not clicking