From 79b92cf8b3cac2485bcc00ad8440ab5740c73ed1 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Tue, 29 Mar 2022 20:24:09 +0200 Subject: [PATCH] fsd --- files/routes/awards.py | 1 + 1 file changed, 1 insertion(+) diff --git a/files/routes/awards.py b/files/routes/awards.py index fa3c59ec6..43b5e726d 100644 --- a/files/routes/awards.py +++ b/files/routes/awards.py @@ -3,6 +3,7 @@ from files.helpers.wrappers import * from files.helpers.alerts import * from files.helpers.get import * from files.helpers.const import * +from files.helpers.discord import * from files.classes.award import * from .front import frontlist from flask import g, request