From a4c86385522c43d3efcacee13bd3a0b913a16f43 Mon Sep 17 00:00:00 2001 From: Daniel Odendahl Jr Date: Wed, 16 Aug 2017 17:42:46 +0000 Subject: [PATCH] Fix --- commands/moderation/unban.js | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/commands/moderation/unban.js b/commands/moderation/unban.js index 846426b4..2c1bd31d 100644 --- a/commands/moderation/unban.js +++ b/commands/moderation/unban.js @@ -55,7 +55,7 @@ module.exports = class UnbanCommand extends Command { .setColor(0x00AE86) .setTimestamp() .setDescription(stripIndents` - **Member:** ${member.user.tag} (${member.id}) + **Member:** ${member.tag} (${member.id}) **Action:** Unban **Reason:** ${reason} `); diff --git a/package.json b/package.json index e5356bc5..295f5564 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "xiaobot", - "version": "30.3.2", + "version": "30.3.3", "description": "Your personal server companion.", "main": "Shard.js", "scripts": {