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
63cefec9ab
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

@@ -1,7 +1,7 @@
namespace Discord namespace Discord
{ {
/// <summary> /// <summary>
/// Specifies the direction of where message(s) should be gotten from.
/// Specifies the direction of where message(s) should be retrieved from.
/// </summary> /// </summary>
/// <remarks> /// <remarks>
/// This enum is used to specify the direction for retrieving messages. /// This enum is used to specify the direction for retrieving messages.


Loading…
Cancel
Save