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": {