From cebb14f59cb54b24861a9aef03b9fcbf57465967 Mon Sep 17 00:00:00 2001 From: RoscoeDeWah Date: Thu, 16 Jan 2025 13:57:12 +0000 Subject: Remove *more* unused stuff --- config/services.php | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'config/services.php') 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') + ] ]; -- cgit v1.2.3-54-g00ecf