1
0
mirror of https://github.com/Rapptz/discord.py.git synced 2025-05-16 10:49:24 +00:00

Clarify Template.source_guild documentation

This commit is contained in:
Rapptz 2023-01-07 02:46:18 -05:00
parent 3f81984ebb
commit d609c78a9e

@ -111,7 +111,7 @@ class Template:
An aware datetime in UTC representing when the template was last updated.
This is referred to as "last synced" in the official Discord client.
source_guild: :class:`Guild`
The source guild.
The guild snapshot that represents the data that this template currently holds.
is_dirty: Optional[:class:`bool`]
Whether the template has unsynced changes.