diff options
author | lolcat <will@lolcat.ca> | 2024-01-06 19:43:54 -0500 |
---|---|---|
committer | lolcat <will@lolcat.ca> | 2024-01-06 19:43:54 -0500 |
commit | 80be23f7dfa5b57c7ba5b803dce5ad9c5344e676 (patch) | |
tree | 3d29ae7d2d50dd02f6de7856b4d6e9f2653f536a /settings.php | |
parent | fa6cefb6edd5184f605bd1af0e1b5ffe82b495c5 (diff) |
ok see you in a month kek
Diffstat (limited to 'settings.php')
-rw-r--r-- | settings.php | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/settings.php b/settings.php index 3d8c657..962cdff 100644 --- a/settings.php +++ b/settings.php @@ -136,6 +136,10 @@ $settings = [ [ "value" => "wiby", "text" => "wiby" + ], + [ + "value" => "curlie", + "text" => "Curlie" ] ] ], @@ -236,6 +240,10 @@ $settings = [ [ "value" => "sc", "text" => "SoundCloud" + ], + [ + "value" => "spotify", + "text" => "Spotify" ] ] ] |