diff --git a/src/Discord.Net.WebSocket/BaseSocketClient.cs b/src/Discord.Net.WebSocket/BaseSocketClient.cs
index 291d631ae..36e6c02a9 100644
--- a/src/Discord.Net.WebSocket/BaseSocketClient.cs
+++ b/src/Discord.Net.WebSocket/BaseSocketClient.cs
@@ -211,8 +211,8 @@ namespace Discord.WebSocket
/// The type of the game.
///
///
- /// Bot accounts cannot use as their activity
- /// and it will have no effect.
+ /// Bot accounts cannot set as their activity
+ /// type and it will have no effect.
///
///
///
@@ -228,8 +228,8 @@ namespace Discord.WebSocket
/// Discord will only accept setting of name and the type of activity.
///
///
- /// Bot accounts cannot use as their activity
- /// and it will have no effect.
+ /// Bot accounts cannot set as their activity
+ /// type and it will have no effect.
///
///
/// Rich Presence cannot be set via this method or client. Rich Presence is strictly limited to RPC