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 public enum Direction
{ {
/// <summary> /// <summary>
/// The message(s) should be retrieved before an entity.
/// The entity(s) should be retrieved before an entity.
/// </summary> /// </summary>
Before, Before,
/// <summary> /// <summary>
/// The message(s) should be retrieved after an entity.
/// The entity(s) should be retrieved after an entity.
/// </summary> /// </summary>
After, After,
/// <summary> /// <summary>
/// The message(s) should be retrieved around an entity.
/// The entity(s) should be retrieved around an entity.
/// </summary> /// </summary>
Around Around
} }


Loading…
Cancel
Save