mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-07-01 07:40:07 +00:00
Document return object for Guild.create_template
This commit is contained in:
parent
adb93f4a60
commit
4a8817af2b
@ -2921,6 +2921,11 @@ class Guild(Hashable):
|
||||
The name of the template.
|
||||
description: :class:`str`
|
||||
The description of the template.
|
||||
|
||||
Returns
|
||||
--------
|
||||
:class:`Template`
|
||||
The created template.
|
||||
"""
|
||||
from .template import Template
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user