App Directory
Discords official bot discovery feature
Returns a list of app category objects.
These objects correspond to the currently featured bots.
Gets the currently featured bot categories.
Returns a list of general category objects.
| field | type | description | 
|---|
| id | snowflake | id of the category | 
| active | boolean | unknown | 
| type | integer | unknown | 
| position | integer | position the category shows on | 
| title | string | name of the category | 
| description | string | description of the category | 
| application_directory_collection_items | list of DirectoryItem | the apps in this category | 
| field | type | description | 
|---|
| id | snowflake | id of the directory item | 
| type | integer | unknown | 
| image_hash | string | hash of the application's icon | 
| position | integer | position the application is in | 
| application | App | the application for this item | 
| field | type | description | 
|---|
| type | integer | unknown | 
| bot | Bot | the bot this application holds | 
| hook | boolean | unknown | 
| field | type | description | 
|---|
| id | snowflake | the bot's user id | 
| username | string | the name of the bot | 
| avatar | string, null ? | the bots avatar | 
| avatar_decoration | unknown | unknown | 
| discriminator | string | bot discriminator/user tag | 
| public_flags | integer | public flags for this bot | 
| bot | boolean | is the user a bot? | 
| field | type | description | 
|---|
| id | number | the id of this category | 
| name | string | the name of this category |