This commit is contained in:
legop3
2026-06-15 17:59:52 -04:00
2 changed files with 2 additions and 2 deletions
@@ -3,7 +3,7 @@
module.exports = { module.exports = {
id: 'discordPingEveryone', id: 'discordPingEveryone',
name: 'PING @EVERYONE', name: 'PING @EVERYONE',
goal: 10000, goal: 20000,
async run(ctx) { async run(ctx) {
ctx.publishEvent({ ctx.publishEvent({
source: 'buttonBoxReward', source: 'buttonBoxReward',
@@ -3,7 +3,7 @@
module.exports = { module.exports = {
id: 'discordStalkerPing', id: 'discordStalkerPing',
name: 'Discord Ping', name: 'Discord Ping',
goal: 2000, goal: 9000,
async run(ctx) { async run(ctx) {
ctx.publishEvent({ ctx.publishEvent({
source: 'buttonBoxReward', source: 'buttonBoxReward',