1212class uwurandom
1313{
1414
15- const version = "1.1.0 " ;
15+ public const version = "1.1.0 " ;
1616
17- public function uwu_nonsense ($ length )
17+ private function uwu_nonsense ($ length )
1818 {
1919 $ out = [];
2020 for ($ x = 0 ; $ x <= $ length / 2 ; $ x ++) {
@@ -24,25 +24,25 @@ public function uwu_nonsense($length)
2424 return str_replace (" " , "" , implode (" " , $ out ));
2525 }
2626
27- public function uwu_nya ($ length )
27+ private function uwu_nya ($ length )
2828 {
2929 return "ny " . str_repeat ("a " , $ length );
3030 }
3131
32- public function uwu_blush ($ length )
32+ private function uwu_blush ($ length )
3333 {
3434 return "> " . str_repeat ("/ " , $ length ) . "< " ;
3535 }
3636
37- public function uwu_action ($ rand )
37+ private function uwu_action ($ rand )
3838 {
3939 if ($ rand == 12 ) {
4040 $ rand = 11 ;
4141 }
4242 return $ GLOBALS ["actions " ][$ rand ];
4343 }
4444
45- public function uwu_keysmash ($ length )
45+ private function uwu_keysmash ($ length )
4646 {
4747 $ out = [];
4848 for ($ x = 0 ; $ x <= $ length ; $ x ++) {
@@ -53,7 +53,7 @@ public function uwu_keysmash($length)
5353 return str_replace (" " , "" , implode (" " , $ out ));
5454 }
5555
56- public function uwu_scrunkly ($ length )
56+ private function uwu_scrunkly ($ length )
5757 {
5858 return "aw " . $ this ->uwu_keysmash ($ length - 3 );
5959 }
0 commit comments