diff options
| author | Nadir Chowdhury <[email protected]> | 2020-06-28 19:48:04 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-06-28 14:48:04 -0400 |
| commit | 2b3c6e0d4776fae080191e605c2caf89fa132e1b (patch) | |
| tree | dd870ce057115cd852d59749092709caee2b4d78 /docs | |
| parent | [commands] Raise TypeError when Optional is used with Greedy converter (diff) | |
| download | discord.py-2b3c6e0d4776fae080191e605c2caf89fa132e1b.tar.xz discord.py-2b3c6e0d4776fae080191e605c2caf89fa132e1b.zip | |
Add support for Discord templates
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/api.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/api.rst b/docs/api.rst index aa296958..a9a3a468 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -2625,6 +2625,12 @@ Invite .. autoclass:: Invite() :members: +Template +~~~~~~~~~ + +.. autoclass:: Template() + :members: + WidgetChannel ~~~~~~~~~~~~~~~ |