From 93fa46713a198baf08ab1e760be1adfdcb852c97 Mon Sep 17 00:00:00 2001 From: Michael <8661717+sgtlaggy@users.noreply.github.com> Date: Wed, 23 Sep 2020 00:19:35 -0700 Subject: Fix and add documentation --- discord/abc.py | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'discord/abc.py') diff --git a/discord/abc.py b/discord/abc.py index ad148f74..4024334d 100644 --- a/discord/abc.py +++ b/discord/abc.py @@ -698,6 +698,11 @@ class GuildChannel: You do not have the proper permissions to create this channel. ~discord.HTTPException Creating the channel failed. + + Returns + -------- + :class:`.abc.GuildChannel` + The channel that was created. """ raise NotImplementedError -- cgit v1.2.3