fix(discord): Actually send edit modal

This commit is contained in:
2026-07-30 12:43:18 +03:00
parent 99d1193be6
commit f61d0519ee
+2
View File
@@ -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: