Skip to content

Commit

Permalink
fix src
Browse files Browse the repository at this point in the history
  • Loading branch information
skrill-on-discord authored Jan 13, 2024
1 parent 20ba6be commit a5f08b6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/modules/modules/fun/metalpipe.ts
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
import { moduleDefinition } from '../../moduleapi'

// its metal pipe 'cause i dont got time to change allat (i have no clue what any of it means)
function metalpipe() {
let images = document.getElementsByTagName('img')
if (!images) return

for (let image of images) {
var audio = new Audio('https://www.myinstants.com/media/sounds/jixaw-metal-pipe-falling-sound.mp3')
var audio = new Audio('https://us-tuna-sounds-files.voicemod.net/2ff3560b-a76f-49dd-adbc-709b9f59c5c2-1704237226346.mp3')
audio.play()
image.src = 'https://i.ytimg.com/vi/qDvMkxtLV74/maxresdefault.jpg'
image.src = 'https://us-tuna-sounds-images.voicemod.net/2ff3560b-a76f-49dd-adbc-709b9f59c5c2-1704237226346.jpeg'
}
}

const plugin: moduleDefinition = {
display_name: 'METAL PIPE',
description: 'idk why i added this',
display_name: '🎡',
description: '🎡',
id: 'metalpipe',
section: 'fun',
onactive: metalpipe,
Expand Down

0 comments on commit a5f08b6

Please sign in to comment.