/slash
Retrieves information of a given slash cmd or slash cmd list
Last updated
{
status: 200,
details: [
{
"application_id": "1017020942230241330",
"default_member_permissions": null,
"default_permission": true,
"description": "rickyjs awesome frickin' api",
"guild_id": "1064098700307218463",
...
...
...
> 'Read on `Slash Objects` : https://discord.com/developers/docs/interactions/application-commands#application-command-object'
}
]
}{
status: 400
error: 'Cannot read ... (This can vary)'
}{
status: 401,
details: { message: '401: Unauthorized', code: 0 }
}{
status: 404,
details: { message: 'Unknown Guild', code: 10004 } (this can vary)
}