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);
|
return interaction.update(NitradoCredentials);
|
||||||
} else {
|
} 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",
|
"name": "dayzr-bot",
|
||||||
"version": "13.0.10",
|
"version": "13.0.11",
|
||||||
"description": "A General Purpose Discord Bot for DayZ Nitrado Servers.",
|
"description": "A General Purpose Discord Bot for DayZ Nitrado Servers.",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"nodemonConfig": {
|
"nodemonConfig": {
|
||||||
|
|||||||
Reference in new issue
Block a user