Skip to content

Commit

Permalink
FIX: metric name
Browse files Browse the repository at this point in the history
  • Loading branch information
Chr1s70ph committed Oct 31, 2022
1 parent 1e34e9b commit 3552b9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion events/messageReactionRemove.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const SDADISDIGEN = '827171746364784671'
* Custom PM2 metric.
*/
const rolesRemovedCounter = tx2.counter({
name: 'Rolles added to users',
name: 'Rolles removed from users',
})

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

0 comments on commit 3552b9f

Please sign in to comment.