Force Star Logs Removal

This commit is contained in:
Daniel Odendahl Jr
2017-05-23 23:46:50 +00:00
parent dd865a1ed4
commit 2c2b7d0035
2 changed files with 0 additions and 2 deletions
-1
View File
@@ -89,7 +89,6 @@ client.on('messageReactionAdd', (reaction, user) => {
reaction.remove(user);
return msg.reply('You cannot star your own messages, idiot');
}
console.log(msg.id);
client.registry.resolveCommand('random:star').run(msg, { id: msg.id }, true);
});