This commit is contained in:
Kwoth 2016-10-24 16:51:26 +02:00
parent cec1c89e15
commit 19db9c6e46

View File

@ -62,9 +62,6 @@ namespace NadekoBot.Modules.Searches
case PlaceType.Beard: case PlaceType.Beard:
url = "http://placebeard.it"; url = "http://placebeard.it";
break; break;
case PlaceType.Img:
url = "https://placeimg.com";
break;
case PlaceType.Fill: case PlaceType.Fill:
url = "http://www.fillmurray.com"; url = "http://www.fillmurray.com";
break; break;