Skip to content

Commit 878692d

Browse files
committed
Mention decay users
1 parent 6c54a1d commit 878692d

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/service/lootDegradation.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,5 +155,8 @@ export async function runHalfLife(context: BotContext) {
155155
description: `:radioactive: Der Müll ${decayStats.length === 1 ? "eines Users" : "einiger User"} ist zu einem Stück Blei zerfallen: ${listFormatter.format(decayStats)}. :radioactive:`,
156156
},
157157
],
158+
allowedMentions: {
159+
users: replacedStats.keys().toArray(),
160+
},
158161
});
159162
}

0 commit comments

Comments
 (0)