Reformating....

This commit is contained in:
Yahya Wessam 2021-04-08 13:09:30 +00:00
parent 13f74a59d4
commit 150daf84ff
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ export default class amogus extends Plugin {
const element = username[i];
element.innerHTML = "DaBaby"
}
const click = document.addEventListener("click", function play() {
const click = document.addEventListener("click", function play() {
var audio = new Audio('https://cdn.discordapp.com/attachments/803993444917051404/825720198627459092/lesgoo.mp3');
audio.play();
})