mirror of
https://github.com/arthur-pbty/bot-discord-coins.git
synced 2026-06-03 23:36:29 +02:00
Update alliances
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user