[docs] fix reference to Guild and document utils.resolve_template

This commit is contained in:
NCPlayz
2020-07-04 17:25:59 +01:00
committed by Rapptz
parent 475762e8df
commit 3408695a37
3 changed files with 21 additions and 4 deletions

View File

@ -84,7 +84,7 @@ class Template:
code: :class:`str`
The template code.
uses: :class:`int`
How many time the template has been used.
How many times the template has been used.
name: :class:`str`
The name of the template.
description: :class:`str`
@ -95,7 +95,7 @@ class Template:
When the template was created.
updated_at: :class:`datetime.datetime`
When the template was last updated (referred to as "last synced" in the client).
source_guild: :class:`TemplateGuild`
source_guild: :class:`Guild`
The source guild.
"""