@@ -151,7 +151,9 @@ export default {
let knownUser = await repo.findOne({
select: [ "mentionReactionType" ],
- where: [{userID: msg.id}]
+ where: [{
+ userID: msg.author.id
+ }]
});
if(knownUser){