added default discord invite url

This commit is contained in:
AVMG20 2021-06-12 15:00:04 +02:00
parent cd7f14a1e0
commit b181798ae4

View file

@ -29,7 +29,7 @@ class UsefulLinksSeeder extends Seeder
UsefulLink::create([
'icon' => 'fab fa-discord',
'title' => 'Discord',
'link' => env('DISCORD_INVITE_URL'),
'link' => env('DISCORD_INVITE_URL' , 'https://discord.gg/4Y6HjD2uyU'),
'description' => 'Need a helping hand? Want to chat? Got any questions? Join our discord!'
]);
}