aboutsummaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorfloppydiskette <git@diskfloppy.me>2024-08-08 15:21:30 +0100
committerfloppydiskette <git@diskfloppy.me>2024-08-08 15:21:30 +0100
commit8650d88a794497543b1333f3e4ad5ea9bf753071 (patch)
treec2901bfbe124dcb9d16c4b9f2f3bed1e09f85815 /config
parentc148b6237ae561efdc727efab7f7188b1afb9cd4 (diff)
Finish that shit
Diffstat (limited to 'config')
-rw-r--r--config/quotes.php4
-rw-r--r--config/services.php6
2 files changed, 6 insertions, 4 deletions
diff --git a/config/quotes.php b/config/quotes.php
index c1261be..9bfd8ad 100644
--- a/config/quotes.php
+++ b/config/quotes.php
@@ -426,9 +426,7 @@ return [
"lines" => [
[
"character" => "KING",
- "line" => "(Rage squeals
-
-)"
+ "line" => "*Rage squeals*"
]
],
"attribution" => "The Owl House, S1E10"
diff --git a/config/services.php b/config/services.php
index 21e97c7..aaad053 100644
--- a/config/services.php
+++ b/config/services.php
@@ -17,5 +17,9 @@ return [
'lastfm' => [
'key' => env('LASTFM_KEY'),
'user' => env('LASTFM_USER'),
- ]
+ ],
+ 'lanyard' => [
+ 'user_id' => env('DISCORD_USER_ID'),
+ ],
+ 'weatherlink' => env('WEATHERLINK_IP')
];