Skip to content

Commit

Permalink
fix weird comments
Browse files Browse the repository at this point in the history
  • Loading branch information
braindigitalis committed Oct 21, 2024
1 parent d50cb63 commit c7928b0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions include/dpp/appcommand.h
Original file line number Diff line number Diff line change
Expand Up @@ -1489,6 +1489,7 @@ class DPP_EXPORT slashcommand : public managed, public json_interface<slashcomma
* @brief True if this command should be allowed in a DM
* D++ defaults this to false. Cannot be set to true in a guild
* command, only a global command.
* @deprecated Use dpp::slashcommand_t::set_interaction_contexts instead
*/
bool dm_permission;

Expand Down
6 changes: 3 additions & 3 deletions include/dpp/application.h
Original file line number Diff line number Diff line change
Expand Up @@ -213,9 +213,9 @@ class DPP_EXPORT app_team {
};

/**
* * @brief Configuration object for an app installation
* */
struct integration_configuration {
* @brief Configuration object for an app installation
*/
struct DPP_EXPORT integration_configuration {
std::optional<application_install_params> oauth2_install_params;
};

Expand Down

0 comments on commit c7928b0

Please sign in to comment.