From d136124779e7c25118904a0d8c2cfeba32568510 Mon Sep 17 00:00:00 2001 From: bridgetsystems Date: Thu, 16 Nov 2023 11:21:46 +0200 Subject: [PATCH 1/4] rebase --- src/commands/copypasta.rs | 2 ++ src/copypastas/727.txt | 10 ++++++++++ 2 files changed, 12 insertions(+) create mode 100644 src/copypastas/727.txt diff --git a/src/commands/copypasta.rs b/src/commands/copypasta.rs index dcff558..0d3aa7b 100644 --- a/src/commands/copypasta.rs +++ b/src/commands/copypasta.rs @@ -17,6 +17,7 @@ pub enum Copypastas { Sus, TickTock, Twitter, + 727, } impl Copypastas { @@ -30,6 +31,7 @@ impl Copypastas { Copypastas::Sus => "sus", Copypastas::TickTock => "ticktock", Copypastas::Twitter => "twitter", + Copypastas::727 => "727", } } } diff --git a/src/copypastas/727.txt b/src/copypastas/727.txt new file mode 100644 index 0000000..c4d7365 --- /dev/null +++ b/src/copypastas/727.txt @@ -0,0 +1,10 @@ +72..7...!!! 727!!! +WHEN YOU SEE IT!!! WHEN YOU FUCKING SEE IT!!! +727!! 727!! +WHEN YOU FUCKING SEE IT!!! WHEN YOU FUCKING SEE IT!!! +WHEN YOU SEE IT!!! WHEN YOU SEE IT!!! +Oh my God... when you see it when you see it when you see it. +That was calculated. I can't... I can't play this map ever again I got 727. +I can't... I can't beat that +haaahahah. God damn it I kinda wanna play it again, but haha I got 727 it's just over. +It's fucking over haahahah fuck. \ No newline at end of file From 214eea368377cb587e84ef245e7438cbab9d0015 Mon Sep 17 00:00:00 2001 From: bridgetsystems Date: Thu, 16 Nov 2023 11:25:13 +0200 Subject: [PATCH 2/4] seventwentyseven --- src/commands/copypasta.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/commands/copypasta.rs b/src/commands/copypasta.rs index 0d3aa7b..12f3577 100644 --- a/src/commands/copypasta.rs +++ b/src/commands/copypasta.rs @@ -17,7 +17,7 @@ pub enum Copypastas { Sus, TickTock, Twitter, - 727, + seventwnetyseven, } impl Copypastas { @@ -31,7 +31,7 @@ impl Copypastas { Copypastas::Sus => "sus", Copypastas::TickTock => "ticktock", Copypastas::Twitter => "twitter", - Copypastas::727 => "727", + Copypastas::seventwentyseven => "727", } } } From 3fdfcffb62fa5af577c1a2b86bb1acdba835bf3c Mon Sep 17 00:00:00 2001 From: bridgetsystems Date: Thu, 16 Nov 2023 11:27:55 +0200 Subject: [PATCH 3/4] rename 727 to wysi because i cannot spell for shit --- src/commands/copypasta.rs | 4 ++-- src/copypastas/{727.txt => wysi.txt} | 0 2 files changed, 2 insertions(+), 2 deletions(-) rename src/copypastas/{727.txt => wysi.txt} (100%) diff --git a/src/commands/copypasta.rs b/src/commands/copypasta.rs index 12f3577..d73008d 100644 --- a/src/commands/copypasta.rs +++ b/src/commands/copypasta.rs @@ -17,7 +17,7 @@ pub enum Copypastas { Sus, TickTock, Twitter, - seventwnetyseven, + WSYI, } impl Copypastas { @@ -31,7 +31,7 @@ impl Copypastas { Copypastas::Sus => "sus", Copypastas::TickTock => "ticktock", Copypastas::Twitter => "twitter", - Copypastas::seventwentyseven => "727", + Copypastas::WYSI => "wysi", } } } diff --git a/src/copypastas/727.txt b/src/copypastas/wysi.txt similarity index 100% rename from src/copypastas/727.txt rename to src/copypastas/wysi.txt From 3005194b9a84039f324b82645a54e12ba5666f99 Mon Sep 17 00:00:00 2001 From: bridgetsystems Date: Thu, 16 Nov 2023 11:30:11 +0200 Subject: [PATCH 4/4] :nyaboom: --- src/commands/copypasta.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands/copypasta.rs b/src/commands/copypasta.rs index d73008d..ab31282 100644 --- a/src/commands/copypasta.rs +++ b/src/commands/copypasta.rs @@ -31,7 +31,7 @@ impl Copypastas { Copypastas::Sus => "sus", Copypastas::TickTock => "ticktock", Copypastas::Twitter => "twitter", - Copypastas::WYSI => "wysi", + Copypastas::WYSI => "WYSI", } } }