diff --git a/config/backup.php b/config/backup.php index 3bcd47341..3997b437c 100644 --- a/config/backup.php +++ b/config/backup.php @@ -235,12 +235,12 @@ /* * If this is an empty string, the name field on the webhook will be used. */ - 'username' => env('BACKUP_DISCORD_USERNAME', ''), + 'username' => env('BACKUP_DISCORD_USERNAME', 'phpVMS Backup'), /* * If this is an empty string, the avatar on the webhook will be used. */ - 'avatar_url' => env('BACKUP_DISCORD_AVATAR_URL', ''), + 'avatar_url' => env('BACKUP_DISCORD_AVATAR_URL', env('APP_URL').'/assets/img/logo.png'), ], ], diff --git a/public/assets/img/logo.png b/public/assets/img/logo.png new file mode 100644 index 000000000..cba7ba989 Binary files /dev/null and b/public/assets/img/logo.png differ