diff --git a/commands/server.js b/commands/server.js index ea3f3cb..bbdcdbd 100644 --- a/commands/server.js +++ b/commands/server.js @@ -307,7 +307,7 @@ module.exports = { return interaction.update(NitradoCredentials); } else { - return interaction.reply({ content: 'Cancelled Overwriting Nitrado Server Information' }); + return interaction.update({ embeds: [], components: [], content: 'Cancelled Overwriting Nitrado Server Information', flags: (1 << 6) }); } } } diff --git a/package.json b/package.json index 6a2c581..548a6c4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dayzr-bot", - "version": "13.0.10", + "version": "13.0.11", "description": "A General Purpose Discord Bot for DayZ Nitrado Servers.", "main": "index.js", "nodemonConfig": {