From 221e14a85af52626ee38148007384733e96fa5d6 Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Tue, 22 Feb 2022 05:18:14 -0500 Subject: [PATCH] Fixed url for yomomma api. --- modules/yomomma/yomomma.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/yomomma/yomomma.sh b/modules/yomomma/yomomma.sh index 93dd8f5..0dbbe8d 100755 --- a/modules/yomomma/yomomma.sh +++ b/modules/yomomma/yomomma.sh @@ -1,5 +1,5 @@ [ -f functions.sh ] && source functions.sh -joke="$(curl -s api.yomomma.info | sed -e 's/{"joke":"//' -e 's/"}$//')" +joke="$(curl -s https://api.yomomma.info | sed -e 's/{"joke":"//' -e 's/"}$//')" joke="${joke//[[:space:]]/ }" msg "$2" "$joke"