From 14134d8831aa3743173cd37817b2b6c3e3d3ac76 Mon Sep 17 00:00:00 2001 From: Interitio Date: Fri, 31 Jul 2026 13:26:00 +0300 Subject: [PATCH] fix(discord): configure command col name --- plugin/discord/cog.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/discord/cog.py b/plugin/discord/cog.py index 6a01c8c..ee09fcc 100644 --- a/plugin/discord/cog.py +++ b/plugin/discord/cog.py @@ -260,7 +260,7 @@ class CampaignCog(LionCog): update_args["campaign_name"] = new_name if new_cap is not None: - update_args["total_rewards"] = new_cap if new_cap > 0 else None + update_args["target_rewards"] = new_cap if new_cap > 0 else None # If logging webhook is given, check that it works if logging_webhook is not None: