Skip to content

Commit

Permalink
add comment to resolved member_permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
Commandserver committed Jan 9, 2022
1 parent 0a2e24a commit 0db8e00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/dpp/appcommand.h
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,7 @@ struct DPP_EXPORT command_resolved {
*/
std::map<dpp::snowflake, dpp::guild_member> members;
/**
* @brief Resolved guild member permissions
* @brief Resolved total guild member permissions in the channel, including overwrites
*/
std::map<dpp::snowflake, uint64_t> member_permissions;
/**
Expand Down

0 comments on commit 0db8e00

Please sign in to comment.