mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-04 15:56:52 +02:00
Oops
This commit is contained in:
+1
-1
@@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user