diff options
Diffstat (limited to 'discord/abc.py')
| -rw-r--r-- | discord/abc.py | 5 |
1 files changed, 5 insertions, 0 deletions
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 |