diff --git a/XiaoBot.js b/XiaoBot.js index 875b3c3e..67592fd6 100644 --- a/XiaoBot.js +++ b/XiaoBot.js @@ -87,7 +87,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, idiot.'); } client.registry.resolveCommand('random:star').run(msg, { id: msg.id }, true); }); diff --git a/package.json b/package.json index e45e68e9..0e48e90f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "xiaobot", - "version": "20.1.0", + "version": "20.1.1", "description": "A Discord Bot", "main": "Shard.js", "scripts": {