curl -X POST https://hapi.7331.org/v1/users/me/guilds/987654321098765432/prefix \
-H "Content-Type: application/json" \
-b cookies.txt \
-d '{"prefix": "."}'
{
"discord_id": "987654321098765432",
"name": "My Server",
"prefix": ".",
"is_whitelisted": true,
"created_at": "2025-01-01T00:00:00Z",
"updated_at": "2025-01-15T12:30:00Z"
}
Update the command prefix for a guild you own.
curl -X POST https://hapi.7331.org/v1/users/me/guilds/987654321098765432/prefix \
-H "Content-Type: application/json" \
-b cookies.txt \
-d '{"prefix": "."}'
{
"discord_id": "987654321098765432",
"name": "My Server",
"prefix": ".",
"is_whitelisted": true,
"created_at": "2025-01-01T00:00:00Z",
"updated_at": "2025-01-15T12:30:00Z"
}
curl -X POST https://hapi.7331.org/v1/users/me/guilds/987654321098765432/prefix \
-H "Content-Type: application/json" \
-b cookies.txt \
-d '{"prefix": "."}'
{
"discord_id": "987654321098765432",
"name": "My Server",
"prefix": ".",
"is_whitelisted": true,
"created_at": "2025-01-01T00:00:00Z",
"updated_at": "2025-01-15T12:30:00Z"
}
Was this page helpful?