From f6d420cee783f1b7e3c92251808bd57d612df64e Mon Sep 17 00:00:00 2001 From: Rapptz Date: Sat, 7 Jan 2023 02:46:18 -0500 Subject: [PATCH] Clarify Template.source_guild documentation --- discord/template.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/discord/template.py b/discord/template.py index b05a23ff9..bf4ab834e 100644 --- a/discord/template.py +++ b/discord/template.py @@ -107,7 +107,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.