Skip to content

Commit 9eb8e74

Browse files
committed
fix: slight documentation changes
1 parent 149b353 commit 9eb8e74

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

include/dpp/utility.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -324,23 +324,23 @@ struct DPP_EXPORT iconhash {
324324
};
325325

326326
/**
327-
* @brief User primary guild (server tag of a user)
327+
* @brief User's primary guild (server tag)
328328
*/
329329
struct DPP_EXPORT primaryguild {
330330
/**
331-
* @brief Guild id
331+
* @brief The id of the user's primary guild
332332
*
333333
* @see guild
334334
*/
335335
snowflake id;
336336

337337
/**
338-
* @brief Whether user has server tag on
338+
* @brief Whether the user is displaying the primary guild's server tag
339339
*/
340340
bool enabled;
341341

342342
/**
343-
* @brief Whether the user is displaying the primary guild's server tag
343+
* @brief The text of the user's server tag. Limited to 4 characters
344344
*/
345345
std::string tag;
346346

0 commit comments

Comments
 (0)