Edit Application Command Permissions

ORCAcode discord_edit_application_command_permissions(struct discord *client, u64_snowflake_t application_id, u64_snowflake_t guild_id, u64_snowflake_t command_id, struct discord_edit_application_command_permissions_params *params, struct discord_guild_application_command_permissions *ret)

Edits command permissions for a specific command in a given guild.

Note

You can only add up to 10 permission overwrites for a command

Parameters
  • client – the client created with discord_init()

  • application_id – the unique id of the parent application

  • guild_id – the guild where the commands are located

  • command_id – the registered command id

  • params – the request parameters

  • ret – if successful, a discord_application_command_permissions that should be free’d with discord_application_command_permissions_cleanup()

Returns

ORCAcode for how the operation went, ORCA_OK means nothing out of the ordinary