> For the complete documentation index, see [llms.txt](https://abdi-dev.gitbook.io/mycuterobot/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://abdi-dev.gitbook.io/mycuterobot/placeholders/guild.md).

# Guild

This [placeholder](/mycuterobot/tutorials/placeholder.md) contains some information about the guild

## Properties

This placeholder have some properties that might be useful for you

| Property             | Description                   | Return type                                                                                  |
| -------------------- | ----------------------------- | -------------------------------------------------------------------------------------------- |
| \<guild id>          | get the guild id              | [Text](/mycuterobot/placeholders/text.md)                                                    |
| \<guild name>        | get the guild name            | [Text](/mycuterobot/placeholders/text.md)                                                    |
| \<guild count>       | get the guild members count   | [Text](/mycuterobot/placeholders/text.md)                                                    |
| \<guild description> | get the guild description     | [Text](/mycuterobot/placeholders/text.md)                                                    |
| \<guild icon>        | get the guild icon            | [Text](/mycuterobot/placeholders/text.md)                                                    |
| \<guild channels>    | get all channels in the guild | [List](/mycuterobot/placeholders/list.md) Of [Channel](/mycuterobot/placeholders/channel.md) |
| \<guild members>     | get all members in the guild  | [List](/mycuterobot/placeholders/list.md) Of [Member](/mycuterobot/placeholders/member.md)   |
| \<guild roles>       | get all roles in the guild    | [List](/mycuterobot/placeholders/list.md) Of [Role](/mycuterobot/placeholders/role.md)       |
| \<guild owner>       | get the owner of the guild    | [Member](/mycuterobot/placeholders/member.md)                                                |

## Global

This placeholder can be used globally which means, it's available all the time in any placeholder-supported inputs

## Know more

[Click here](/mycuterobot/tutorials/placeholder.md) to know more about using placeholders
