Adding multiple aliases

This is the code below, what I’m having trouble with is. I don’t know how to add multiple aliases so I can have multiple languages in one code instead of making more new codes or a different folder for different languages.

module.exports.help = {
name: “Help”,
aliases: “Помогите”, “助けて”
};

@Krxvee the Discord.js command handler docs has info adding aliases for your commands: https://discordjs.guide/command-handling/adding-features.html#command-aliases

1 Like

If you need help setting up aliases, I can do them for ya

1 Like