aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorNadir Chowdhury <[email protected]>2020-06-28 19:48:04 +0100
committerGitHub <[email protected]>2020-06-28 14:48:04 -0400
commit2b3c6e0d4776fae080191e605c2caf89fa132e1b (patch)
treedd870ce057115cd852d59749092709caee2b4d78 /docs
parent[commands] Raise TypeError when Optional is used with Greedy converter (diff)
downloaddiscord.py-2b3c6e0d4776fae080191e605c2caf89fa132e1b.tar.xz
discord.py-2b3c6e0d4776fae080191e605c2caf89fa132e1b.zip
Add support for Discord templates
Diffstat (limited to 'docs')
-rw-r--r--docs/api.rst6
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
~~~~~~~~~~~~~~~