Document return object for Guild.create_template

This commit is contained in:
Soheab
2025-06-20 20:49:20 +02:00
committed by GitHub
parent adb93f4a60
commit 4a8817af2b

View File

@ -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