Browse Source

Change wording

pull/1774/head
Paulo 4 years ago
parent
commit
f05e0159b5
1 changed files with 4 additions and 4 deletions
  1. +4
    -4
      src/Discord.Net.WebSocket/BaseSocketClient.cs

+ 4
- 4
src/Discord.Net.WebSocket/BaseSocketClient.cs View File

@@ -211,8 +211,8 @@ namespace Discord.WebSocket
/// <param name="type">The type of the game.</param>
/// <remarks>
/// <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>
/// </remarks>
/// <returns>
@@ -228,8 +228,8 @@ namespace Discord.WebSocket
/// Discord will only accept setting of name and the type of activity.
/// </note>
/// <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 type="warning">
/// Rich Presence cannot be set via this method or client. Rich Presence is strictly limited to RPC


Loading…
Cancel
Save