messages: remove double import

This commit is contained in:
Luna 2019-10-25 13:41:11 -03:00
parent b41d3b6f36
commit ffa244173c
1 changed files with 0 additions and 1 deletions

View File

@ -24,7 +24,6 @@ from logbook import Logger
from litecord.blueprints.auth import token_check
from litecord.blueprints.checks import channel_check, channel_perm_check
from litecord.blueprints.dms import try_dm_state
from litecord.errors import MessageNotFound, Forbidden
from litecord.enums import MessageType, ChannelType, GUILD_CHANS
from litecord.snowflake import get_snowflake