From 1d1856d5ccb820e9e4b6562cc1a70d307a63619e Mon Sep 17 00:00:00 2001 From: "Jonny_Bro (Nikita)" Date: Fri, 6 Sep 2024 22:12:22 +0500 Subject: [PATCH] update dylan's nick --- src/routes/+page.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/+page.svelte b/src/routes/+page.svelte index da86478..e16f4d2 100644 --- a/src/routes/+page.svelte +++ b/src/routes/+page.svelte @@ -16,7 +16,7 @@ "I wanted to know more about lucid dreaming.", "You can start from the top of your pencil, meanwhile.", "Nonsense French babble.", "I slapped a figuratively tag near pedo to imply that they're more creeps than pedos."]; let songs = ["/media/canibitch.mp3", "/media/ilovepiracyamenbreak.mp4", "/media/seashanty_dylan85.mp3"]; - let songs_names = ["Eminem - Canibitch", "sonyPlaytation - I F*CKING LOVE PIRACY", "dylan85#6786 - Sea Shanty Remix"]; + let songs_names = ["Eminem - Canibitch", "sonyPlaytation - I F*CKING LOVE PIRACY", "@dylan85 - Sea Shanty Remix"]; let choice = rand_int(0, songs.length-1); let song = songs[choice];