This commit is contained in:
Daniel Odendahl Jr
2017-05-23 23:27:06 +00:00
parent a2a73166d0
commit dd865a1ed4
+1 -1
View File
@@ -90,7 +90,7 @@ client.on('messageReactionAdd', (reaction, user) => {
return msg.reply('You cannot star your own messages, idiot');
}
console.log(msg.id);
client.registry.resolveCommand('random:starboard').run(msg, { id: msg.id }, true);
client.registry.resolveCommand('random:star').run(msg, { id: msg.id }, true);
});
client.on('guildMemberAdd', (member) => {