diff --git a/src/NadekoBot/Modules/Searches/Commands/PlaceCommands.cs b/src/NadekoBot/Modules/Searches/Commands/PlaceCommands.cs index 822678ec..61997efc 100644 --- a/src/NadekoBot/Modules/Searches/Commands/PlaceCommands.cs +++ b/src/NadekoBot/Modules/Searches/Commands/PlaceCommands.cs @@ -62,9 +62,6 @@ namespace NadekoBot.Modules.Searches case PlaceType.Beard: url = "http://placebeard.it"; break; - case PlaceType.Img: - url = "https://placeimg.com"; - break; case PlaceType.Fill: url = "http://www.fillmurray.com"; break;