Download OpenAPI specification:
Api docs for the Chewey Bot API
There are a few of packages available for interacting with the api (Node.js):
If you like this project and want to help us you can do it with Patreon or PayPal
{- "type": "birb"
}
{
}
{
}
{
}
{
}
{
}
{
}
{
}
{
}
{
}
{
}
{
}
{
}
{
}
{
}
{
}
{
}
{
}
{
}
{
}
Post analytics for the bot to the api
servers | integer <int32> The number of servers the bot is in |
users | integer <int32> The number of users the bot can see |
channels | integer <int32> The number of channels the bot can see |
sent_messages | integer <int32> The number of messages the bot has sent |
received_messages | integer <int32> The number of messages the bot has received |
ram_used | integer <int32> The amount of ram the bot is using |
{- "servers": 0,
- "users": 0,
- "channels": 0,
- "sent_messages": 0,
- "received_messages": 0,
- "ram_used": 0
}
{- "ok": true
}
userID required | string <Snowflake> The user ID for the owner of the token |
{- "servers": 0,
- "users": 0,
- "channels": 0,
- "sent_messages": 0,
- "received_messages": 0,
- "ram_used": 0,
- "created": "string"
}
userID required | string <Snowflake> The user ID for the owner of the token |
[- [
- {
- "servers": 0,
- "users": 0,
- "channels": 0,
- "sent_messages": 0,
- "received_messages": 0,
- "ram_used": 0,
- "created": "string"
}
]
]
userID required | string <Snowflake> The user ID for the owner of the token |
[- {
- "servers": 0,
- "users": 0,
- "channels": 0,
- "sent_messages": 0,
- "received_messages": 0,
- "ram_used": 0,
- "created": "string"
}
]
IP required | string Example: 127.0.0.1 IP of the minecraft server |
PORT required | integer Port of the minecraft server |
BackGround | any Default: "default" Enum: "default" "nether" "night" "sunset" The background for the image |
{
}