add double pipe a pipe breaker

This commit is contained in:
LenAnderson
2024-04-09 20:11:30 -04:00
parent 66c5fc554d
commit 18b851f77f
3 changed files with 20 additions and 4 deletions

View File

@ -4,6 +4,7 @@ import { SlashCommand } from './SlashCommand.js';
import { SlashCommandClosure } from './SlashCommandClosure.js';
export class SlashCommandExecutor {
/**@type {Boolean}*/ injectPipe = true;
/**@type {Number}*/ start;
/**@type {Number}*/ end;
/**@type {String}*/ name = '';