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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
src/Discord.Net.Core/Entities/Channels/Direction.cs
|
@@ -23,7 +23,7 @@ namespace Discord |
|
|
/// </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 |
|
|
} |
|
|
} |
|
|