mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-03-15 05:41:51 +00:00
+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) {
|
if (userId === pluginData.client.user.id) {
|
||||||
// Don't act on own reactions
|
// 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;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue