diff --git a/src/Discord.Net.WebSocket/BaseSocketClient.cs b/src/Discord.Net.WebSocket/BaseSocketClient.cs
index 425889613..36e6c02a9 100644
--- a/src/Discord.Net.WebSocket/BaseSocketClient.cs
+++ b/src/Discord.Net.WebSocket/BaseSocketClient.cs
@@ -209,6 +209,12 @@ namespace Discord.WebSocket
/// The name of the game.
/// If streaming, the URL of the stream. Must be a valid Twitch URL.
/// The type of the game.
+ ///
+ ///
+ /// Bot accounts cannot set as their activity
+ /// type and it will have no effect.
+ ///
+ ///
///
/// A task that represents the asynchronous set operation.
///
@@ -222,6 +228,10 @@ namespace Discord.WebSocket
/// Discord will only accept setting of name and the type of activity.
///
///
+ /// 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
/// clients only.
///