Skip to content

Commit 5d27493

Browse files
authored
Merge pull request #118 from fubar1337/patch-1
2 parents 0065021 + 71c2451 commit 5d27493

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SKNIBot/Core/Commands/PicturesCommands/HttpInuCommand.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ public async Task HttpInu(CommandContext ctx, [Description("Numer kodu")] string
2828
{
2929
var client = new WebClient();
3030

31-
await PostEmbedHelper.PostEmbed(ctx, "Http pies", numer, "https://httpstatusdogs.com/img/" + ctx.Message.Content.Split(' ')[1] + ".jpg");
31+
await PostEmbedHelper.PostEmbed(ctx, "Http pies", numer, "https://http.dog/" + ctx.Message.Content.Split(' ')[1] + ".jpg");
3232
}
3333
//Jeżeli użytkownik prosi o kody ppsów podajemy je
3434
else if (numer == "kody")

0 commit comments

Comments
 (0)