docs: fix links

This commit is contained in:
SauceyRed 2025-05-02 01:57:02 +02:00
parent 2ebb2594d7
commit ea12d693ed
Signed by: sauceyred
GPG key ID: 4BEDD9C389F924D0
6 changed files with 36 additions and 35 deletions

View file

@ -1,18 +1,18 @@
## Guild Object
Represents a guild in an [[Instance]].
Represents a guild in an [Instance](Instance.md).
**Structure**
| Field | Type | Description |
| ------------ | ---------------------------------------------- | ------------------------------ |
| id | string | ID of the guild |
| description | string | Description of the guild |
| name | string | Name of the guild |
| icon | string | URL for the icon |
| owner_id | string | ID of the owner |
| roles | array of [[#Role Object\|Role]] objects | Roles in the guild |
| emojis | array of [[Emoji#Emoji Object\|Emoji]] objects | Emojis in the guild |
| member_count | integer | Number of members in the guild |
| Field | Type | Description |
| ------------ | ----------------------------------------------- | ------------------------------ |
| id | string | ID of the guild |
| description | string | Description of the guild |
| name | string | Name of the guild |
| icon | string | URL for the icon |
| owner_id | string | ID of the owner |
| roles | array of [[#Role Object\|Role]] objects | Roles in the guild |
| emojis | array of [Emoji](Emoji.md#emoji-object) objects | Emojis in the guild |
| member_count | integer | Number of members in the guild |
### Role Object
**Structure**