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)
|
||||
# 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):
|
||||
if not payload.text.startswith("%reward%"):
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user