File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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 */
329329struct 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
You can’t perform that action at this time.
0 commit comments