Browse Source
Document return object for Guild.create_template
pull/10215/head
Soheab
2 weeks ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
5 additions and
0 deletions
-
discord/guild.py
|
@ -2921,6 +2921,11 @@ class Guild(Hashable): |
|
|
The name of the template. |
|
|
The name of the template. |
|
|
description: :class:`str` |
|
|
description: :class:`str` |
|
|
The description of the template. |
|
|
The description of the template. |
|
|
|
|
|
|
|
|
|
|
|
Returns |
|
|
|
|
|
-------- |
|
|
|
|
|
:class:`Template` |
|
|
|
|
|
The created template. |
|
|
""" |
|
|
""" |
|
|
from .template import Template |
|
|
from .template import Template |
|
|
|
|
|
|
|
|