Skip to content

Commit

Permalink
fix: corrected docs for application_emoji_edit
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaskowicz1 committed Jul 21, 2024
1 parent 59e1fc5 commit 8699603
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/dpp/cluster.h
Original file line number Diff line number Diff line change
Expand Up @@ -2753,7 +2753,7 @@ class DPP_EXPORT cluster {
* @see https://discord.com/developers/docs/resources/emoji#modify-application-emoji
* @param newemoji The emoji to edit
* @param callback Function to call when the API call completes.
* On success the callback will contain a dpp::emoji_map object in confirmation_callback_t::value. On failure, the value is undefined and confirmation_callback_t::is_error() method will return true. You can obtain full error details with confirmation_callback_t::get_error().
* On success the callback will contain a dpp::emoji object in confirmation_callback_t::value. On failure, the value is undefined and confirmation_callback_t::is_error() method will return true. You can obtain full error details with confirmation_callback_t::get_error().
*/
void application_emoji_edit(const class emoji& newemoji, command_completion_event_t callback = utility::log_error());

Expand Down

0 comments on commit 8699603

Please sign in to comment.