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
@@ -29,7 +29,7 @@ module.exports = class StarCommand extends Command {
try {
const message = await msg.channel.fetchMessage(id);
if (!reaction && msg.author.id === message.author.id)
return msg.reply('You cannot star your own messages, idiot.');
return msg.reply('You cannot star your own messages, baka.');
const embed = new RichEmbed()
.setColor(0xFFFF00)
.setAuthor(message.author.tag, message.author.displayAvatarURL)