# Member

This [placeholder](https://abdi-dev.gitbook.io/mycuterobot/tutorials/placeholder) contains some information about a user in your guild

## Properties

This placeholder have some properties that might be useful for you

| Property                | Description                          | Return type                                                                                                                            |
| ----------------------- | ------------------------------------ | -------------------------------------------------------------------------------------------------------------------------------------- |
| \<member name>          | get the user name                    | [Text](https://abdi-dev.gitbook.io/mycuterobot/placeholders/text)                                                                      |
| \<member username>      | same as `name`                       | [Text](https://abdi-dev.gitbook.io/mycuterobot/placeholders/text)                                                                      |
| \<member mention>       | get a mention of the user            | [Text](https://abdi-dev.gitbook.io/mycuterobot/placeholders/text)                                                                      |
| \<member discriminator> | get the user discriminator like 1234 | [Text](https://abdi-dev.gitbook.io/mycuterobot/placeholders/text)                                                                      |
| \<member tag>           | get the user tag like user#1234      | [Text](https://abdi-dev.gitbook.io/mycuterobot/placeholders/text)                                                                      |
| \<member avatar>        | get the user icon                    | [Text](https://abdi-dev.gitbook.io/mycuterobot/placeholders/text)                                                                      |
| \<member icon>          | same as `avatar`                     | [Text](https://abdi-dev.gitbook.io/mycuterobot/placeholders/text)                                                                      |
| \<member nickname>      | get the user nickname                | [Text](https://abdi-dev.gitbook.io/mycuterobot/placeholders/text)                                                                      |
| \<member color>         | get the user name color in the guild | [Text](https://abdi-dev.gitbook.io/mycuterobot/placeholders/text)                                                                      |
| \<member roles>         | get the user roles in the guild      | [List](https://abdi-dev.gitbook.io/mycuterobot/placeholders/list) Of [Role](https://abdi-dev.gitbook.io/mycuterobot/placeholders/role) |

## Know more

[Click here](https://abdi-dev.gitbook.io/mycuterobot/tutorials/placeholder) to know more about using placeholders
