remotes/1693045480750635534/spooky-22
Aevann1 2022-04-10 15:59:44 +02:00
parent 688bfb5a50
commit 8851da2725
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@
{% if SITE_NAME == 'rDrama' and not (v and v.has_badge(128)) %}
<script>
fart = Math.floor(Math.random() * 4) + 1
let audio = new Audio(`/assets/farts/${fart}.mp3`);
let audio = new Audio(`/assets/${fart}.mp3`);
audio.play();
if (audio.paused) {