From f05e0159b5d5e6a798f62350125840dd1fd60e7c Mon Sep 17 00:00:00 2001 From: Paulo Date: Tue, 9 Feb 2021 21:30:59 -0300 Subject: [PATCH] Change wording --- src/Discord.Net.WebSocket/BaseSocketClient.cs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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