Update alliances

This commit is contained in:
*x1
2024-06-25 19:59:48 +02:00
parent f13f56a3bd
commit 1fee5967b4
+2 -2
View File
@@ -96,8 +96,8 @@ module.exports = {
} else if (args[0] == "rep" || args[0] == "r" || args[0] == "reputation") {
let amout;
if (args[1] === "all") {
amout = alliance.bank;
} else if (args[1] > alliance.bank) {
amout = alliance.reputation;
} else if (args[1] > alliance.reputation) {
const embed = new EmbedBuilder()
.setTitle("Récuperation Impossible")
.setDescription(