Skip to content

Commit 3220e52

Browse files
authored
remove the extras (#21)
1 parent 0990408 commit 3220e52

File tree

4 files changed

+0
-9
lines changed

4 files changed

+0
-9
lines changed

public/audio/flex.mp3

-28.2 KB
Binary file not shown.

public/audio/horn.wav

-1.26 MB
Binary file not shown.

public/gif.js

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,8 @@ const repoName = searchParams.has("repo") ? searchParams.get("repo") : "bdougie/
1414
const PAUSE_DURATION = 30 * 1000; // 30 seconds
1515
const DISPLAY_DURATION = 20 * 1000; // 20 seconds
1616

17-
/* GIFs */
18-
const beyGif = "https://media.giphy.com/media/VxkNDa92gcsRq/giphy.gif";
19-
const welcomeGif = "https://media.giphy.com/media/l3V0doGbp2EDaLHJC/giphy.gif";
20-
const pizzaGif = "https://media.giphy.com/media/3o6nUXaNE4wdhq8Foc/giphy.gif";
21-
const bdougie = "https://media.giphy.com/media/LT1Pq74cXuNQxyUmLk/giphy.gif";
22-
2317
/* Sound Effects */
24-
const pewAudio = new Audio("audio/horn.wav");
2518
const magicChime = new Audio("audio/Magic_Chime.mp3");
26-
const flexPhrase = new Audio("audio/flex.mp3");
2719

2820
// Resolve promise after duration
2921
const wait = async duration => {
@@ -43,7 +35,6 @@ console.log(`!${command} was typed in chat`);
4335

4436
const queue = new Queue();
4537

46-
4738
ComfyJS.onChat = (user, message, flags, self, extra) => {
4839
console.log(user + ":", message);
4940
};

public/images/bdougie1.gif

-3.02 MB
Binary file not shown.

0 commit comments

Comments
 (0)