From b1965eac6c4827e3b369849d17bc91fcfc51b8a4 Mon Sep 17 00:00:00 2001 From: Exanlv Date: Fri, 17 Mar 2023 19:06:41 +0100 Subject: [PATCH] merge --- src/InteractionHandler.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/InteractionHandler.php b/src/InteractionHandler.php index 3f830793..11a28250 100644 --- a/src/InteractionHandler.php +++ b/src/InteractionHandler.php @@ -5,7 +5,7 @@ namespace Exan\Fenrir; use Exan\Fenrir\Component\Button\InteractionButton; -use Exan\Fenrir\Const\Events; +use Exan\Fenrir\Constants\Events; use Exan\Fenrir\Enums\Parts\InteractionTypes; use Exan\Fenrir\Interaction\ButtonInteraction; use Exan\Fenrir\Interaction\CommandInteraction;