Remove sleep

This commit is contained in:
Oliver Davies 2020-05-05 10:02:47 +01:00
parent b18a9ba3c9
commit 2e0ec011f2

View file

@ -190,7 +190,6 @@ final class GetRaffleWinnerCommand extends Command
private function openWinnerPhoto(): void
{
if ($photo = Arr::get($this->winner, 'member.photo.photo_link')) {
sleep(3);
exec(sprintf('xdg-open %s', $photo));
}
}