Skip to content

Commit 3552b9f

Browse files
committed
FIX: metric name
1 parent 1e34e9b commit 3552b9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

events/messageReactionRemove.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ const SDADISDIGEN = '827171746364784671'
2424
* Custom PM2 metric.
2525
*/
2626
const rolesRemovedCounter = tx2.counter({
27-
name: 'Rolles added to users',
27+
name: 'Rolles removed from users',
2828
})
2929

3030
exports.run = async (client: DiscordClient, reaction: MessageReaction, user: GuildMember) => {

0 commit comments

Comments
 (0)