aboutsummaryrefslogtreecommitdiff
path: root/discord/guild.py
diff options
context:
space:
mode:
Diffstat (limited to 'discord/guild.py')
-rw-r--r--discord/guild.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/discord/guild.py b/discord/guild.py
index c373cb52..25e7d402 100644
--- a/discord/guild.py
+++ b/discord/guild.py
@@ -493,6 +493,10 @@ class Guild(Hashable):
def get_channel(self, channel_id):
"""Returns a channel with the given ID.
+ .. note::
+
+ This does *not* search for threads.
+
Parameters
-----------
channel_id: :class:`int`