sort /help

pull/1/head
Drake 2 years ago
parent 70b073fb81
commit 70b195463c

@ -19,7 +19,7 @@ export default async function initLocalCommands() {
description: "helps your idiot ass",
execute: async (bot, interaction) => {
await sendInteractionResponse(bot, interaction, {
content: helpMessage.join("\n"),
content: helpMessage.sort((a, b) => a.localeCompare(b)).join("\n"),
private: true,
});
},

Loading…
Cancel
Save