Browse Source

Document return object for Guild.create_template

pull/10215/head
Soheab 2 weeks ago
committed by GitHub
parent
commit
4a8817af2b
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 5
      discord/guild.py

5
discord/guild.py

@ -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…
Cancel
Save