Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
RamaZyx
/
StableBOT
like
0
Model card
Files
Files and versions
xet
Community
main
StableBOT
/
plugins
/
_reply.js
RamaZyx
Upload folder using huggingface_hub
a2b2aac
verified
about 2 years ago
raw
Copy download link
history
blame
contribute
delete
136 Bytes
let
handler
=
async
(
m, {text}
) => {
m.
reply
(text)
}
handler.
command
=
/^(reply|send)$/i
handler.
owner
=
true
export
default
handler