diff --git a/src/Discord.Net.Core/Entities/Channels/Direction.cs b/src/Discord.Net.Core/Entities/Channels/Direction.cs index 6d5f7cd6b..24c063357 100644 --- a/src/Discord.Net.Core/Entities/Channels/Direction.cs +++ b/src/Discord.Net.Core/Entities/Channels/Direction.cs @@ -3,6 +3,14 @@ namespace Discord /// /// Specifies the direction of where message(s) should be gotten from. /// + /// + /// This enum is used to specify what direction should the message retrieval go. + /// + /// At the time of writing, is not yet implemented into + /// . Attempting to use the method with + /// as its direction will throw a . + /// + /// public enum Direction { ///