Skip to content

Instantly share code, notes, and snippets.

@blubbll
Last active October 12, 2019 19:03
Show Gist options
  • Save blubbll/d3623aeeda4694919bac06b58ac68fa1 to your computer and use it in GitHub Desktop.
Save blubbll/d3623aeeda4694919bac06b58ac68fa1 to your computer and use it in GitHub Desktop.
reactions remove discordjs
//loop over msg reactions
for (const _r of message.reactions) {
const r = _r[1];
//remove reaction of member
r.remove(member);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment