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) });
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in new issue
Block a user