mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-10-22 16:32:59 +00:00
Document return object for Guild.create_template
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user