From f61d0519ee84ad171348d978e3ee868ec168f2f8 Mon Sep 17 00:00:00 2001 From: Interitio Date: Thu, 30 Jul 2026 12:43:18 +0300 Subject: [PATCH] fix(discord): Actually send edit modal --- plugin/discord/cog.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plugin/discord/cog.py b/plugin/discord/cog.py index 66ab6b6..6c24a6c 100644 --- a/plugin/discord/cog.py +++ b/plugin/discord/cog.py @@ -386,6 +386,8 @@ class CampaignCog(LionCog): else: await interaction.response.defer(thinking=False) + await ctx.interaction.response.send_modal(modal) + def _reward_acmpl_format( self, campaign: RewardCampaign, reward: EarnedReward ) -> str: