From dd865a1ed48dab03b75df67c334ffb095c1bc8a0 Mon Sep 17 00:00:00 2001 From: Daniel Odendahl Jr Date: Tue, 23 May 2017 23:27:06 +0000 Subject: [PATCH] Oops --- XiaoBot.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/XiaoBot.js b/XiaoBot.js index 45be1553..eebf7f7f 100644 --- a/XiaoBot.js +++ b/XiaoBot.js @@ -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) => {