Browse Source

Update src/Discord.Net.Core/Entities/Channels/Direction.cs

Co-Authored-By: Still34 <341464@gmail.com>
pull/1218/head
Chris Johnston Still Hsu 6 years ago
parent
commit
ee2b166b3d
No known key found for this signature in database GPG Key ID: 8601A145FDA95209
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/Discord.Net.Core/Entities/Channels/Direction.cs

+ 1
- 1
src/Discord.Net.Core/Entities/Channels/Direction.cs View File

@@ -4,7 +4,7 @@ namespace Discord
/// Specifies the direction of where message(s) should be gotten from.
/// </summary>
/// <remarks>
/// This enum is used to specify what direction should the message retrieval go.
/// This enum is used to specify the direction for retrieving messages.
/// <note type="important">
/// At the time of writing, <see cref="Around"/> is not yet implemented into
/// <see cref="IMessageChannel.GetMessagesAsync"/>. Attempting to use the method with <see cref="Around"/>


Loading…
Cancel
Save