add missing import

This commit is contained in:
Luna 2021-09-02 00:28:28 -03:00
parent 09cb230d95
commit c01f02f0c0
1 changed files with 1 additions and 0 deletions

View File

@ -32,6 +32,7 @@ from .auth import token_check
from litecord.blueprints.dm_channels import gdm_create, gdm_add_recipient, gdm_pubsub
from litecord.common.channels import try_dm_state
from litecord.utils import index_by_func
log = Logger(__name__)
bp = Blueprint("dms", __name__)