Document return object for Guild.create_template

This commit is contained in:
Soheab
2025-06-20 14:49:20 -04:00
committed by GitHub
parent adb93f4a60
commit 4a8817af2b
+5
View File
@@ -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