fix: Deactivate testing event

This commit is contained in:
2026-07-30 15:25:27 +03:00
parent a69d45c1c2
commit 6122603115
+1 -1
View File
@@ -83,7 +83,7 @@ class CampaignComponent(cmds.Component):
# TODO: Webhook logging maybe.. (do this in campaign) # TODO: Webhook logging maybe.. (do this in campaign)
# Or just general logging. (also do this in campaign, but we can do again here) # Or just general logging. (also do this in campaign, but we can do again here)
@cmds.Component.listener() # @cmds.Component.listener()
async def event_message(self, payload): async def event_message(self, payload):
if not payload.text.startswith("%reward%"): if not payload.text.startswith("%reward%"):
return return