Haay's picture
Upload 926 files
519a20c 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;
}
}