From 10a7f8cc579979f5a24ffec3eeedcd37a90fc167 Mon Sep 17 00:00:00 2001 From: JailDoctor Date: Mon, 16 Mar 2026 11:07:51 +0100 Subject: [PATCH] Add sound.stop --- sound.stop.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 sound.stop.md diff --git a/sound.stop.md b/sound.stop.md new file mode 100644 index 0000000..c856c03 --- /dev/null +++ b/sound.stop.md @@ -0,0 +1,13 @@ +# sound.stop(chl) +Atura la reproducció en el canal especificat. + +### Paràmetres +* chl — Canal a detindre. + +### Exemple +``` +sound.stop(ch) +``` + +### Vore també +* [sound.play](sound.play)