buttonboxrewardses

This commit is contained in:
legop3
2026-04-18 19:11:26 -04:00
parent fe8d3df421
commit 3513a11068
26 changed files with 1103 additions and 128 deletions
@@ -0,0 +1,15 @@
module.exports = {
id: 'discordStalkerPing',
name: 'Stalker Ping',
goal: 150,
async run(ctx) {
ctx.publishEvent({
source: 'buttonBoxReward',
type: 'buttonBox.discordStalkerPing',
payload: {
message: 'Pinged by button box masher!!',
},
});
ctx.sendAlert({ color: '#5865f2', title: 'Stalker Ping', message: 'Sent stalker ping to Discord.' });
},
};