Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
liucy98
/
tavern
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
tavern
/
SillyTavern-1.13.0
/
public
/
scripts
/
slash-commands
/
SlashCommandBreakController.js
liucy98
Upload 910 files
d44b3c1
verified
about 2 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
138 Bytes
export
class
SlashCommandBreakController
{
/**
@type
{
boolean
} */
isBreak =
false
;
break
(
) {
this
.
isBreak
=
true
;
}
}