From 7fd1e242cc0e829858cf6809d42180b4781b5c32 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Tue, 29 Mar 2022 16:08:28 +0200 Subject: [PATCH] dsf --- files/routes/front.py | 1 + 1 file changed, 1 insertion(+) diff --git a/files/routes/front.py b/files/routes/front.py index 4c00ee8ea..9ada36809 100644 --- a/files/routes/front.py +++ b/files/routes/front.py @@ -1,5 +1,6 @@ from files.helpers.wrappers import * from files.helpers.get import * +from files.helpers.discord import * from files.__main__ import app, cache, limiter from files.classes.submission import Submission