diff --git a/commands/admin.js b/commands/admin.js index c32d8d0..02644f4 100644 --- a/commands/admin.js +++ b/commands/admin.js @@ -288,7 +288,7 @@ module.exports = { return interaction.update({ embeds: [cancel], components: [] }); } } - } + }, AdminUnlinkGamertag: { run: async(client, interaction, GuildDB) => { diff --git a/package.json b/package.json index 9711ae5..88a8c74 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dayz-armbands", - "version": "8.5.1", + "version": "8.5.2", "description": "A General Purpose Discord Bot for DayZ Servers.", "main": "index.js", "nodemonConfig": {