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