+FIXME
This commit is contained in:
parent
ef6162b522
commit
78b93cbef0
1 changed files with 1 additions and 0 deletions
|
@ -16,6 +16,7 @@ export const AddReactionRoleEvt = reactionRolesEvent({
|
|||
|
||||
if (userId === pluginData.client.user.id) {
|
||||
// Don't act on own reactions
|
||||
// FIXME: This may not be needed? Knub currently requires the *member* to be found for the user to be resolved as well. Need to look into it more.
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue