mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2024-12-11 17:07:07 +01:00
4 lines
130 B
JavaScript
4 lines
130 B
JavaScript
|
import { SlashCommandExecutor } from './SlashCommandExecutor.js';
|
||
|
|
||
|
export class SlashCommandBreak extends SlashCommandExecutor {}
|