4 lines
135 B
JavaScript
4 lines
135 B
JavaScript
|
import { SlashCommandExecutor } from './SlashCommandExecutor.js';
|
||
|
|
||
|
export class SlashCommandBreakPoint extends SlashCommandExecutor {}
|