fix/handle not overwriting nitrado credentials
This commit is contained in:
2 files changed
+2
-2
No files matched your search
+1
-1
@@ -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
@@ -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": {
|
||||
|
||||
Reference in new issue
Block a user