Finish that shit

This commit is contained in:
floppydiskette 2024-08-08 15:21:30 +01:00
commit 5472d7c7c7
16 changed files with 519 additions and 297 deletions

View file

@ -426,9 +426,7 @@
"lines" => [
[
"character" => "KING",
"line" => "(Rage squeals
)"
"line" => "*Rage squeals*"
]
],
"attribution" => "The Owl House, S1E10"

View file

@ -17,5 +17,9 @@
'lastfm' => [
'key' => env('LASTFM_KEY'),
'user' => env('LASTFM_USER'),
]
],
'lanyard' => [
'user_id' => env('DISCORD_USER_ID'),
],
'weatherlink' => env('WEATHERLINK_IP')
];