Skip to content

Commit

Permalink
refactor: changed inner_emoji to component_emoji
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaskowicz1 committed Oct 29, 2023
1 parent 4777153 commit a414261
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/dpp/message.h
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ struct DPP_EXPORT select_option : public json_interface<select_option> {
/**
* @brief The emoji for the select option.
*/
inner_emoji emoji;
component_emoji emoji;

/**
* @brief Construct a new select option object
Expand Down Expand Up @@ -320,7 +320,7 @@ class DPP_EXPORT component : public json_interface<component> {
/**
* @brief The emoji for this component.
*/
inner_emoji emoji;
component_emoji emoji;

/** Constructor
*/
Expand Down

0 comments on commit a414261

Please sign in to comment.