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