event tweaking

This commit is contained in:
legop3
2026-04-19 16:16:20 -04:00
parent aee4f61976
commit adb13fc69c
8 changed files with 48 additions and 48 deletions
+2 -2
View File
@@ -1495,13 +1495,13 @@ function handleBusEvent(event) {
case 'buttonBox.discordStalkerPing': {
const message = payload?.message ? String(payload.message) : 'Button box chaos reward triggered.';
const stalkerRoleId = roles.stalkerPing || null;
const content = stalkerRoleId ? `<@&${stalkerRoleId}> ${message}` : message;
const content = message;
announce({
channelId: channels.general,
pingRoleId: stalkerRoleId,
content,
color: 0xe91e63,
title: 'Button Box Reward',
title: 'Button Box',
description: message,
includeSiteUrl: false,
});