diff --git a/litecord/blueprints/channels.py b/litecord/blueprints/channels.py index f263f38..8db8ff5 100644 --- a/litecord/blueprints/channels.py +++ b/litecord/blueprints/channels.py @@ -32,7 +32,7 @@ from litecord.schemas import ( from litecord.blueprints.checks import channel_check, channel_perm_check from litecord.system_messages import send_sys_message from litecord.blueprints.dm_channels import ( - gdm_add_recipient, gdm_remove_recipient, gdm_destroy + gdm_remove_recipient, gdm_destroy ) log = Logger(__name__)