Get Global Application Commands

ORCAcode discord_get_global_application_commands(struct discord *client, u64_snowflake_t application_id, struct discord_application_command ***ret)

Fetch all of the global commands for your application.

Parameters
  • client – the client created with discord_init()

  • application_id – the unique id of the parent application

  • ret – if successful, a null-terminated list of discord_application_command, that should be free’d with discord_application_command_list_free()

Returns

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