Skip to main content

Configuration

To enable Text Commands, add the TextCommandsInstaller to your HadesContainer:

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