diff --git a/lib.js b/lib.js index 9d1f44d..e2fdc4d 100644 --- a/lib.js +++ b/lib.js @@ -222,7 +222,7 @@ class _Client extends Client { this.on('messageReactionAdd', (reaction, user)=> { - console.log('Lib: Message: Reaction: Added'); + console.log('Lib: Message: Reaction: Added', reaction._emoji.name); (async ()=> { const rule = await roleRulesM.findOne({mID:reaction.message.id,roleEmoji:reaction._emoji.id}).then(rule =>{return rule}).catch(err=>{return null})