generated from HoloTech/holotech-plugin-template
fix: Deactivate testing event
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user