mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-04-19 15:36:02 +00:00
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
|
||||
|
||||
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