parafoxia
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/abc.py
|
|
@ -274,7 +274,7 @@ class GuildChannel: |
|
|
|
await self._move(position, parent_id=parent_id, lock_permissions=lock_permissions, reason=reason) |
|
|
|
|
|
|
|
overwrites = options.get('overwrites', None) |
|
|
|
if overwrites: |
|
|
|
if overwrites is not None: |
|
|
|
perms = [] |
|
|
|
for target, perm in overwrites.items(): |
|
|
|
if not isinstance(perm, PermissionOverwrite): |
|
|
|