test
This commit is contained in:
parent
21f737e822
commit
eeddb97523
@ -30,13 +30,13 @@ module.exports = {
|
|||||||
// Étape 1: Sauvegarder le serveur
|
// Étape 1: Sauvegarder le serveur
|
||||||
await interaction.editReply('💾 Sauvegarde du serveur en cours...');
|
await interaction.editReply('💾 Sauvegarde du serveur en cours...');
|
||||||
await axios.post('https://panel.louismazin.ovh/api/client/servers/ae4a628f/command', {
|
await axios.post('https://panel.louismazin.ovh/api/client/servers/ae4a628f/command', {
|
||||||
command: 'save'
|
command: 'save-all'
|
||||||
}, {
|
}, {
|
||||||
headers: headers
|
headers: headers
|
||||||
});
|
});
|
||||||
|
|
||||||
await axios.post('https://panel.louismazin.ovh/api/client/servers/ae4a628f/command', {
|
await axios.post('https://panel.louismazin.ovh/api/client/servers/ae4a628f/command', {
|
||||||
command: "broadcast 'Redemarrage du serveur (Ca prends 20 secondes)'"
|
command: "say 'Redemarrage du serveur (Ca prends 20 secondes)'"
|
||||||
}, {
|
}, {
|
||||||
headers: headers
|
headers: headers
|
||||||
});
|
});
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user