docs: fix links
This commit is contained in:
parent
2ebb2594d7
commit
ea12d693ed
6 changed files with 36 additions and 35 deletions
|
@ -1,15 +1,15 @@
|
|||
# We will probably have/need this right?
|
||||
## Message Object
|
||||
## Instance Object
|
||||
Represents a Gorb instance.
|
||||
|
||||
**Structure**
|
||||
|
||||
| Field | Type | Description |
|
||||
| ------------ | ---------------------------------------------- | ----------------------------------------------------- |
|
||||
| id | string | ID of the instance |
|
||||
| name | string | Name of the instance |
|
||||
| accounts | integer | Number of accounts registered on the instance |
|
||||
| uptime | integer | Seconds since the instance was last started |
|
||||
| version | string | The version of Gorb that the instance is running |
|
||||
| build_number | string | The build number of Gorb that the instance is running |
|
||||
| guilds | array of [[Guild#Guild Object\|Guild]] objects | Guilds in the instance |
|
||||
| Field | Type | Description |
|
||||
| ------------ | ----------------------------------------------- | ----------------------------------------------------- |
|
||||
| id | string | ID of the instance |
|
||||
| name | string | Name of the instance |
|
||||
| accounts | integer | Number of accounts registered on the instance |
|
||||
| uptime | integer | Seconds since the instance was last started |
|
||||
| version | string | The version of Gorb that the instance is running |
|
||||
| build_number | string | The build number of Gorb that the instance is running |
|
||||
| guilds | array of [Guild](Guild.md#guild-object) objects | Guilds in the instance |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue