Browse Source

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

Co-authored-by: Quin Lynch <49576606+quinchs@users.noreply.github.com>
pull/2223/head^2
Armano den Boef GitHub 3 years ago
parent
commit
9c0942d603
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
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

@@ -15,7 +15,7 @@ namespace Discord
public enum Direction
{
/// <summary>
/// The message(s) should be retrieved before an entity.
/// The entity(s) should be retrieved before an entity.
/// </summary>
Before,
/// <summary>


Loading…
Cancel
Save