Browse Source

Fix typo when creating a guild via template

pull/5181/head
Riley S 5 years ago
committed by GitHub
parent
commit
b2065c92df
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      discord/template.py

2
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)

Loading…
Cancel
Save