mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-10-22 16:32:59 +00:00
Remove and address stale TODO comments
This commit is contained in:
@@ -946,8 +946,6 @@ class GuildChannel:
|
||||
if len(permissions) > 0:
|
||||
raise TypeError('Cannot mix overwrite and keyword arguments.')
|
||||
|
||||
# TODO: wait for event
|
||||
|
||||
if overwrite is None:
|
||||
await http.delete_channel_permissions(self.id, target.id, reason=reason)
|
||||
elif isinstance(overwrite, PermissionOverwrite):
|
||||
|
Reference in New Issue
Block a user