# Member

## /member permissions

Shows guild permissions from a given member or the author.

```
/member permissions [member]
```

## /member info

Fetches member information from the Discord API and the server to display member information.

```
/member info [member]
```

## /member kick

Kick a member from the server.

{% hint style="warning" %}
Both, the author and the bot need Kick Members permission to use this command.
{% endhint %}

```
/member kick <member> <bool: send_dm> [string: reason]
```

## /member ban

Ban a user from the server. Must not be on the server.

{% hint style="warning" %}
Both, the author and the bot need Ban Members permission to use this command.
{% endhint %}

```
/member ban <user> <bool: send_dm> [string: reason]
```

## /member unban

Unban a user from the server.

{% hint style="warning" %}
Both, the author and the bot need Ban Members permission to use this command.
{% endhint %}

```
/member unban <user> <bool: send_dm> [string: reason]
```

## /member softban

Softban a member. This bans and unbans the member simultaneously to delete recent messages.

{% hint style="warning" %}
Both, the author and the bot need Ban Members permission to use this command.
{% endhint %}

```
/member softban <user> <bool: send_dm> [string: reason]
```

## /member member-nick

Since /nick is integrated, member-nick can change the nickname of other members. If there is no nickname, the nick will be reset to default.

{% hint style="warning" %}
Both, the author and the bot need Manage Nicknames permission to use this command.
{% endhint %}

```
/member-nick [string: nickname]
```

## Context Menu Commands

Context menu commands for this category. Context menu commands are currently only available on web clients or desktop versions by using right click a message or member and hovering to Apps.

### Server Permissions

This command displays the permissions of the target it is being used on.

### Member Information

This command displays information about the target it is being used on.

### Avatar

This command displays the avatar of the target.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.managebot.xyz/command-categories/member.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
