Idiot => Baka

This commit is contained in:
Daniel Odendahl Jr
2017-05-30 13:58:04 +00:00
parent 1dde89af00
commit 44366d3475
4 changed files with 50 additions and 3 deletions
+1 -1
View File
@@ -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);
});