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