Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
BludIsAnLemon authored Sep 2, 2024
1 parent b7abd30 commit 064f331
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ const result = document.getElementById("result text");
const inputBar = document.getElementById("inputBar");
const submitBtn = document.getElementById("submitBtn");

let startArray = ["๐ŸŽ‰","โœจ","๐“ผ๐”€๐“ช๐“ฐ","๐“ช๐”€๐“ฎ๐“ผ๐“ธ๐“ถ๐“ฎ","๐“ฏ๐“ป๐“ฎ๐“ช๐“ด๐”‚", "๐“ผ๐“ฒ๐“ต๐“ต๐”‚", "โ˜…", "bread", "๐ŸŒŸ", "๐Ÿˆ", "๐“ฎ๐“ฟ๐“ฒ๐“ต", "tally", "๐“ผ๐“ด๐“ฒ๐“ซ๐“ฒ๐“ญ๐“ฒ", "yoyle", "scrimblo"];
let startArray = ["๐ŸŽ‰","โœจ","๐“ผ๐”€๐“ช๐“ฐ","๐“ช๐”€๐“ฎ๐“ผ๐“ธ๐“ถ๐“ฎ","๐“ฏ๐“ป๐“ฎ๐“ช๐“ด๐”‚", "๐“ผ๐“ฒ๐“ต๐“ต๐”‚", "โ˜…", "bread", "๐ŸŒŸ", "๐Ÿˆ", "๐“ฎ๐“ฟ๐“ฒ๐“ต", "tally", "๐“ผ๐“ด๐“ฒ๐“ซ๐“ฒ๐“ญ๐“ฒ", "yoyle", "scrimblo", "criminal"];

let endArray = [":3", "โ˜…", "๐Ÿ˜Ž", "๐Ÿ’ฅ", "๐ŸŒŸ", "meow"];

Expand Down Expand Up @@ -43,6 +43,6 @@ window.addEventListener('beforeunload', function() {
const bye = document.getElementById("bye");
bye.load()
bye.play()
});

// edit this to test webhook
});

// edit this to test webhook

0 comments on commit 064f331

Please sign in to comment.