aboutsummaryrefslogtreecommitdiff
path: root/config/services.php
diff options
context:
space:
mode:
Diffstat (limited to 'config/services.php')
-rw-r--r--config/services.php7
1 files changed, 5 insertions, 2 deletions
diff --git a/config/services.php b/config/services.php
index 0acb16e..aaad053 100644
--- a/config/services.php
+++ b/config/services.php
@@ -17,6 +17,9 @@ return [
'lastfm' => [
'key' => env('LASTFM_KEY'),
'user' => env('LASTFM_USER'),
- 'toptracks' => env('LASTFM_TOP_TRACKS')
- ]
+ ],
+ 'lanyard' => [
+ 'user_id' => env('DISCORD_USER_ID'),
+ ],
+ 'weatherlink' => env('WEATHERLINK_IP')
];