Change goal for discordPingEveryone reward to 20000

Updated the goal for the discordPingEveryone reward.
This commit is contained in:
legop3
2026-06-15 16:10:16 -04:00
committed by GitHub
parent 74810289c2
commit 630234fab4
@@ -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',