From 664f6eabaad63057631efa104021615ddd683853 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E7=82=9C=E7=BF=94?= <2307953404@qq.com> Date: Sat, 19 Oct 2024 21:59:10 +0800 Subject: [PATCH] bot --- asg_form/Controllers/AssignmentController.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/asg_form/Controllers/AssignmentController.cs b/asg_form/Controllers/AssignmentController.cs index 54b1251..6bf8c89 100644 --- a/asg_form/Controllers/AssignmentController.cs +++ b/asg_form/Controllers/AssignmentController.cs @@ -19,6 +19,7 @@ using Mirai.Net.Sessions.Http.Managers; using Mirai.Net.Utils.Scaffolds; using Flandre.Core.Messaging.Segments; using Flandre.Core.Messaging; +using Flandre.Core.Common; namespace asg_form.Controllers {