Browse Source

Merge conflicts

pull/2223/head
Armano den Boef 3 years ago
parent
commit
04ec8aa2ac
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      src/Discord.Net.Core/Entities/Channels/Direction.cs

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

@@ -15,15 +15,15 @@ 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>
/// The message(s) should be retrieved after an entity.
/// The entity(s) should be retrieved after an entity.
/// </summary>
After,
/// <summary>
/// The message(s) should be retrieved around an entity.
/// The entity(s) should be retrieved around an entity.
/// </summary>
Around
}


Loading…
Cancel
Save