liucy98's picture
Upload 910 files
d44b3c1 verified
raw
history blame contribute delete
206 Bytes
import { SlashCommandExecutor } from './SlashCommandExecutor.js';
export class SlashCommandBreak extends SlashCommandExecutor {
get value() {
return this.unnamedArgumentList[0]?.value;
}
}