Kill remaining references to discord.Channel in documentation.

This commit is contained in:
Rapptz
2017-05-19 21:57:25 -04:00
parent 8a49a3a74f
commit 3727618b65
4 changed files with 7 additions and 7 deletions

View File

@ -31,7 +31,7 @@ from .mixins import Hashable
from .object import Object
class Invite(Hashable):
"""Represents a Discord :class:`Guild` or :class:`Channel` invite.
"""Represents a Discord :class:`Guild` or :class:`abc.GuildChannel` invite.
Depending on the way this object was created, some of the attributes can
have a value of ``None``.
@ -73,7 +73,7 @@ class Invite(Hashable):
How many times the invite can be used.
inviter: :class:`User`
The user who created the invite.
channel: :class:`Channel`
channel: :class:`abc.GuildChannel`
The channel the invite is for.
"""