curl -X POST https://hapi.7331.org/v1/admin/guilds/987654321098765432/prefix \
-H "Content-Type: application/json" \
-b cookies.txt \
-d '{"prefix": "."}'
{
"message": "Guild prefix updated successfully"
}
Update a guild’s command prefix (admin only).
curl -X POST https://hapi.7331.org/v1/admin/guilds/987654321098765432/prefix \
-H "Content-Type: application/json" \
-b cookies.txt \
-d '{"prefix": "."}'
{
"message": "Guild prefix updated successfully"
}
curl -X POST https://hapi.7331.org/v1/admin/guilds/987654321098765432/prefix \
-H "Content-Type: application/json" \
-b cookies.txt \
-d '{"prefix": "."}'
{
"message": "Guild prefix updated successfully"
}
Was this page helpful?