Fix typo when creating a guild via template
This commit is contained in:
parent
ab1c606ff2
commit
b2065c92df
@ -163,4 +163,4 @@ class Template:
|
|||||||
region = region.value
|
region = region.value
|
||||||
|
|
||||||
data = await self._state.http.create_from_template(self.code, name, region, icon)
|
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…
x
Reference in New Issue
Block a user