members_get_current_user
Fetch the current bot's own membership details (nick, roles, joined_at) in a given guild without needing the GUILD_MEMBERS intent.
Instructions
Purpose: Fetch the current bot user's own member entry in a guild via GET /users/@me followed by GET /guilds/{guild.id}/members/{bot.id}.
When to use:
Discover the bot's nick and role assignments in a target guild without needing the GUILD_MEMBERS intent.
Returns: {user_id, nick, roles, joined_at}. Structured nick remains raw Discord data; the human-readable text response fences it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| guild_id | Yes | Guild to inspect |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||