This commit is contained in:
Daniel Odendahl Jr
2017-05-23 23:57:17 +00:00
parent 2c2b7d0035
commit 0c23c67648
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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);
});
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "xiaobot",
"version": "20.1.0",
"version": "20.1.1",
"description": "A Discord Bot",
"main": "Shard.js",
"scripts": {