st-mobile / public /scripts /slash-commands /SlashCommandBreak.js
Nanny7's picture
Initial deploy with custom mobile UI
6efa67a
import { SlashCommandExecutor } from './SlashCommandExecutor.js';
export class SlashCommandBreak extends SlashCommandExecutor {
get value() {
return this.unnamedArgumentList[0]?.value;
}
}