Fix typo when creating a guild via template

This commit is contained in:
Riley S 2020-08-01 02:09:04 +01:00 committed by GitHub
parent ab1c606ff2
commit b2065c92df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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)