diff options
author | RoscoeDeWah <roscoe@wah.moe> | 2025-01-16 13:57:12 +0000 |
---|---|---|
committer | RoscoeDeWah <roscoe@wah.moe> | 2025-01-16 13:57:12 +0000 |
commit | cebb14f59cb54b24861a9aef03b9fcbf57465967 (patch) | |
tree | e0ab70bbba4ebb4821fb9a354eef55d30da90558 /config/services.php | |
parent | da992ff1b780bf687ba2093d36c2def943296ec5 (diff) |
Remove *more* unused stuff
Diffstat (limited to 'config/services.php')
-rw-r--r-- | config/services.php | 6 |
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') + ] ]; |