Skip to main content

Configuration

To enable Slash Commands, add the SlashCommandsInstaller to your HadesContainer:

const container = new HadesContainer({
installers: [new SlashCommandsInstaller()],
});