diff --git a/src/structure/components/commands/administration/Settings.js b/src/structure/components/commands/administration/Settings.js index 2f4efad..25008f6 100644 --- a/src/structure/components/commands/administration/Settings.js +++ b/src/structure/components/commands/administration/Settings.js @@ -52,6 +52,7 @@ class SettingsCommand extends SlashCommand { inline: true }); + embed.fields.sort((a, b) => b.value.length - a.value.length); return invoker.reply({ embeds: [embed] }); }