letcat=awaitask(message,"What would you like help with? (`Fun`|`Utility`|`Misc`|`Moderation`|`Social`|`Leveling`) or `all` if you'd like to browse all commands",60000);if(!cat){return;}
if(!['f','fun','u','util','utility','utilities','m','misc','miscellaneous','mod','moderation','s','social','leveling','l','level','a','all'].includes(`${cat}`.trim().toLowerCase())){returnmessage.channel.send("That wasn't a valid response! Try again?");}
letcle=awaitmessage.channel.send({embeds:[
newDiscord.MessageEmbed()
.setTitle("Natsuki Help")
.setDescription(`Here you can find a list of commands and how to use them.\n\nNatsuki's prefix, by default, is \`n?\`. Here, it's \`${prefix}\`.\n\nWhen viewing a command's syntax, a parameter/argument marked with <> means that it is required. [] shows that it is optional.\n\nGet more help on a command by sending it without any arguments (i.e. \`${prefix}anime\`), or run \`${prefix}help <command>\`.`)
.addField("Category","What category would you like to view?\n:one: - Fun\n:two: - Utility\n:three: - Misc\n:four: - Developer\n:five: - Moderation\n:six: - Social\n:seven: - Leveling\n:eight: - Anime\n:nine: - **All**")
.setColor('c375f0')
.setFooter("Natsuki | Will time out in 60 seconds.")