From 9cbd722b27a822f4c81a4b8674733a54c07a54b8 Mon Sep 17 00:00:00 2001 From: Still Hsu <341464@gmail.com> Date: Mon, 8 Oct 2018 21:27:53 +0800 Subject: [PATCH] Add warning for Direction.Around --- src/Discord.Net.Core/Entities/Channels/Direction.cs | 8 ++++++++ 1 file changed, 8 insertions(+) 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 { ///