fix(discord): configure command col name

This commit is contained in:
2026-07-31 13:26:00 +03:00
parent 1e8bab1334
commit 14134d8831
+1 -1
View File
@@ -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: