Browse Source
Fix typo when creating a guild via template
pull/5181/head
Riley S
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
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) |
|
|
|