Browse Source

Clarify Template.source_guild documentation

pull/10109/head
Rapptz 2 years ago
committed by dolfies
parent
commit
f6d420cee7
  1. 2
      discord/template.py

2
discord/template.py

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

Loading…
Cancel
Save