From 19db9c6e46050090fa46a415ae1031347e360dbb Mon Sep 17 00:00:00 2001 From: Kwoth Date: Mon, 24 Oct 2016 16:51:26 +0200 Subject: [PATCH] woopsie --- src/NadekoBot/Modules/Searches/Commands/PlaceCommands.cs | 3 --- 1 file changed, 3 deletions(-) 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;