We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e34e9b commit 3552b9fCopy full SHA for 3552b9f
events/messageReactionRemove.ts
@@ -24,7 +24,7 @@ const SDADISDIGEN = '827171746364784671'
24
* Custom PM2 metric.
25
*/
26
const rolesRemovedCounter = tx2.counter({
27
- name: 'Rolles added to users',
+ name: 'Rolles removed from users',
28
})
29
30
exports.run = async (client: DiscordClient, reaction: MessageReaction, user: GuildMember) => {
0 commit comments