| @@ -211,8 +211,8 @@ namespace Discord.WebSocket | |||||
| /// <param name="type">The type of the game.</param> | /// <param name="type">The type of the game.</param> | ||||
| /// <remarks> | /// <remarks> | ||||
| /// <note type="warning"> | /// <note type="warning"> | ||||
| /// Bot accounts cannot use <see cref="ActivityType.CustomStatus"/> as their activity | |||||
| /// and it will have no effect. | |||||
| /// Bot accounts cannot set <see cref="ActivityType.CustomStatus"/> as their activity | |||||
| /// type and it will have no effect. | |||||
| /// </note> | /// </note> | ||||
| /// </remarks> | /// </remarks> | ||||
| /// <returns> | /// <returns> | ||||
| @@ -228,8 +228,8 @@ namespace Discord.WebSocket | |||||
| /// Discord will only accept setting of name and the type of activity. | /// Discord will only accept setting of name and the type of activity. | ||||
| /// </note> | /// </note> | ||||
| /// <note type="warning"> | /// <note type="warning"> | ||||
| /// Bot accounts cannot use <see cref="ActivityType.CustomStatus"/> as their activity | |||||
| /// and it will have no effect. | |||||
| /// Bot accounts cannot set <see cref="ActivityType.CustomStatus"/> as their activity | |||||
| /// type and it will have no effect. | |||||
| /// </note> | /// </note> | ||||
| /// <note type="warning"> | /// <note type="warning"> | ||||
| /// Rich Presence cannot be set via this method or client. Rich Presence is strictly limited to RPC | /// Rich Presence cannot be set via this method or client. Rich Presence is strictly limited to RPC | ||||