3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-03-15 05:41:51 +00:00
This commit is contained in:
Dragory 2020-08-30 00:54:16 +03:00
parent ef6162b522
commit 78b93cbef0
No known key found for this signature in database
GPG key ID: 5F387BA66DF8AAC1

View file

@ -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;
} }