fix/handle not overwriting nitrado credentials

This commit is contained in:
SowinskiBraeden committed 2024-04-23 17:46:32 -07:00
1 parent f0520eae8c
commit 485b1ee219
2 files changed
+2 -2

No files matched your search

+1 -1
View File
@@ -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) });
}
}
}
+1 -1
View File
@@ -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": {