Skip to content

Commit

Permalink
chore(api): minor upcoming changes to the v0 API
Browse files Browse the repository at this point in the history
  • Loading branch information
velddev committed Mar 17, 2024
1 parent dc53f9a commit 7c8bbba
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions content/api/bot.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ Gets a list of bots that match a specific query.
| ------ | -------- | -------------------------------------------------------------- | ---------- |
| limit | `number` | The amount of bots to return. Max. 500 | 50 |
| offset | `number` | Amount of bots to skip | 0 |
| search | `string` | A search string in the format of `field: value field2: value2` | |
| sort | `string` | The field to sort by. Prefix with - to reverse the order | |
| fields | `string` | A comma separated list of fields to show | All fields |

Expand Down Expand Up @@ -115,7 +114,7 @@ Specific stats about a bot.
| Field | Type | Description |
| ------------- | ---------- | ------------------------------------------------------------------------------ |
| server_count? | `number` | The amount of servers the bot is in |
| shards | `string[]` | The amount of servers the bot is in per shard. Always present but can be empty |
| shards | `number[]` | The amount of servers the bot is in per shard. Always present but can be empty |
| shard_count? | `number` | The amount of shards a bot has |

## Individual User Vote
Expand Down

0 comments on commit 7c8bbba

Please sign in to comment.