> For the complete documentation index, see [llms.txt](https://docs.managebot.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.managebot.xyz/command-categories/member.md).

# 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.
