mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-09-07 10:22: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.
|
||||
description: :class:`str`
|
||||
The description of the template.
|
||||
|
||||
Returns
|
||||
--------
|
||||
:class:`Template`
|
||||
The created template.
|
||||
"""
|
||||
from .template import Template
|
||||
|
||||
|
Reference in New Issue
Block a user