Fix typo when creating a guild via template

This commit is contained in:
Riley S
2020-07-31 21:09:04 -04:00
committed by GitHub
parent ab1c606ff2
commit b2065c92df
+1 -1
View File
@@ -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)