Configuration
To enable Slash Commands, add the SlashCommandsInstaller to your HadesContainer:
const container = new HadesContainer({
installers: [new SlashCommandsInstaller()],
});
To enable Slash Commands, add the SlashCommandsInstaller to your HadesContainer:
const container = new HadesContainer({
installers: [new SlashCommandsInstaller()],
});