mirror of
https://github.com/arthur-pbty/bot-discord-coins.git
synced 2026-06-17 16:09:15 +02:00
Update noms et aliases
This commit is contained in:
@@ -3,7 +3,7 @@ const db = require('../../fonctions/database.js');
|
||||
const embedColor = require('../../fonctions/embedColor.js');
|
||||
|
||||
module.exports = {
|
||||
aliases: ['awh', 'awith', 'alliancewh', 'alliancewith'],
|
||||
aliases: ['awh', 'awith', 'alliancewh', 'alliancewith', 'awithdraw', 'alliancewithdraw'],
|
||||
description: 'Récupere de l\'argent/des reputation dans la banque de votre alliance.',
|
||||
emote: '💰',
|
||||
utilisation: '<rep|coins> <montant|all>',
|
||||
|
||||
@@ -155,7 +155,7 @@ module.exports = {
|
||||
const embedPage8 = new EmbedBuilder()
|
||||
.setTitle('🤝・Alliance')
|
||||
.setThumbnail(message.guild.iconURL())
|
||||
.setDescription(commandsList(client, 'alliance', prefix))
|
||||
.setDescription(commandsList(client, 'Alliance', prefix))
|
||||
.setColor(await embedColor(message.author.id, message.guild.id))
|
||||
.setTimestamp()
|
||||
.setFooter({ text: `Page 8/10 | Demandé par ${message.author.tag}`, iconURL: message.author.displayAvatarURL() });
|
||||
|
||||
Reference in New Issue
Block a user