mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-14 08:08:34 +02:00
Idiot => Baka
This commit is contained in:
+1
-1
@@ -86,7 +86,7 @@ client.on('messageReactionAdd', (reaction, user) => {
|
||||
if (user.id === msg.author.id) {
|
||||
if (msg.channel.permissionsFor(client.user).has('MANAGE_MESSAGES'))
|
||||
reaction.remove(user);
|
||||
return msg.reply('You cannot star your own messages, idiot.');
|
||||
return msg.reply('You cannot star your own messages, baka.');
|
||||
}
|
||||
client.registry.resolveCommand('random:star').run(msg, { id: msg.id }, true);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user