aboutsummaryrefslogtreecommitdiff
path: root/discord
diff options
context:
space:
mode:
Diffstat (limited to 'discord')
-rw-r--r--discord/template.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/discord/template.py b/discord/template.py
index 24c45567..cff6ebce 100644
--- a/discord/template.py
+++ b/discord/template.py
@@ -163,4 +163,4 @@ class Template:
region = region.value
data = await self._state.http.create_from_template(self.code, name, region, icon)
- return Guild(data=data, state=self._sate)
+ return Guild(data=data, state=self._state)