diff --git a/commands/server-stats/server-stats.js b/commands/server-stats/server-stats.js index 0ced1ac..f2ea508 100644 --- a/commands/server-stats/server-stats.js +++ b/commands/server-stats/server-stats.js @@ -102,7 +102,7 @@ module.exports = { const user = interaction.options.getUser('utilisateur') const message = new EmbedBuilder() .setColor('#0099ff') - .setDescription('# Informations sur le Serveur Palworld\n\n## :video_game: Nom du serveur :\n### Rygainland\n\n## :wireless: IP :\n### play.louismazin.ovh:1028\n\n## :no_entry: Mot de passe :\n### serverpassword\n\n## :repeat: État :\n### https://discord.com/channels/1068240252092813373/1263481798667796623\n'+infos+(players==="" ? "" : players+"\n")+'\n'+params); + .setDescription('# Informations sur le Serveur Palworld\n\n## :video_game: Nom du serveur :\n### RygainLand\n\n## :wireless: IP :\n### play.louismazin.ovh:1028\n\n## :no_entry: Mot de passe :\n### serverpassword\n\n## :repeat: État :\n### https://discord.com/channels/1068240252092813373/1263481798667796623\n'+infos+(players==="" ? "" : players+"\n")+'\n'+params); await interaction.reply({ content: (user ? "||<@"+user.id+">||\n" : null), embeds: [message] }); } catch (error) { await interaction.reply({ content: "Une erreur est survenue : " + error, ephemeral: true });