diff --git a/src/Discord.Net.WebSocket/Entities/Channels/SocketDMChannel.cs b/src/Discord.Net.WebSocket/Entities/Channels/SocketDMChannel.cs index 81e12e5de..f76ce46c0 100644 --- a/src/Discord.Net.WebSocket/Entities/Channels/SocketDMChannel.cs +++ b/src/Discord.Net.WebSocket/Entities/Channels/SocketDMChannel.cs @@ -132,7 +132,7 @@ namespace Discord.WebSocket /// /// Gets a user in this channel from the provided . /// - /// The ID of the user. + /// The snowflake identifier of the user. /// /// A object that is a recipient of this channel; otherwise null. /// diff --git a/src/Discord.Net.WebSocket/Entities/Channels/SocketTextChannel.cs b/src/Discord.Net.WebSocket/Entities/Channels/SocketTextChannel.cs index 518990034..4984fb54a 100644 --- a/src/Discord.Net.WebSocket/Entities/Channels/SocketTextChannel.cs +++ b/src/Discord.Net.WebSocket/Entities/Channels/SocketTextChannel.cs @@ -77,7 +77,7 @@ namespace Discord.WebSocket /// /// Gets the message associated with the passed . /// - /// The id of the message you want to retrieve + /// The snowflake identifier of the message you want to retrieve /// The options to be used when sending the request. /// /// An awaitable .