diff options
| author | Rapptz <[email protected]> | 2018-10-03 05:45:30 -0400 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2018-10-03 05:45:30 -0400 |
| commit | 96981210b3415e15446db0b702b07fef25c8b680 (patch) | |
| tree | 82bc7406d30a66d583dab33dfbb0269ab9d3a4d2 /discord/ext | |
| parent | Add note regarding MORE_EMOJI in Guild.create_custom_emoji (diff) | |
| download | discord.py-96981210b3415e15446db0b702b07fef25c8b680.tar.xz discord.py-96981210b3415e15446db0b702b07fef25c8b680.zip | |
Rework documentation to not duplicate inherited members.
This will probably be reverted in 1 week.
Diffstat (limited to 'discord/ext')
| -rw-r--r-- | discord/ext/commands/context.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/discord/ext/commands/context.py b/discord/ext/commands/context.py index 73679e52..3130d56f 100644 --- a/discord/ext/commands/context.py +++ b/discord/ext/commands/context.py @@ -34,7 +34,9 @@ class Context(discord.abc.Messageable): the invocation context. This class is not created manually and is instead passed around to commands as the first parameter. - This class implements the :class:`abc.Messageable` ABC. + **Inherited Classes** + + - :class:`discord.abc.Messageable` Attributes ----------- |