Fix playerButtons + generatePlayer

This commit is contained in:
Zachary Guénot
2023-06-15 21:27:02 +02:00
parent 30bb35c4e7
commit 3e5a4cdff2
17 changed files with 145 additions and 164 deletions

View File

@@ -59,5 +59,5 @@ module.exports = async (interaction) => {
.setDisabled(true)
)
]
interaction.update({ components, content: 'Chargement...' })
await interaction.update({ components })
}