From 579ae8726c918b2263a6e9a7b40f6abf340b3f98 Mon Sep 17 00:00:00 2001 From: aB0t Date: Fri, 19 Apr 2024 22:23:23 +0000 Subject: [PATCH] Saturday 20-April, 2024 --- README.html | 6 +++--- README.json | 20 ++++++++------------ README.md | 6 +++--- README.tg | 6 +++--- README.today | 2 +- scripture/kjv/04/20/24/scripture.html | 3 +++ scripture/kjv/04/20/24/scripture.json | 17 +++++++++++++++++ scripture/kjv/04/20/24/scripture.md | 5 +++++ scripture/kjv/04/20/24/scripture.tg | 4 ++++ scripture/kjv/04/20/24/scripture.today | 1 + scripture/kjv/README.html | 6 +++--- scripture/kjv/README.json | 20 ++++++++------------ scripture/kjv/README.md | 6 +++--- scripture/kjv/README.tg | 6 +++--- scripture/kjv/README.today | 2 +- src/SCRIPTURE | 2 +- src/SCRIPTURE_USED | 2 +- 17 files changed, 68 insertions(+), 46 deletions(-) create mode 100644 scripture/kjv/04/20/24/scripture.html create mode 100644 scripture/kjv/04/20/24/scripture.json create mode 100644 scripture/kjv/04/20/24/scripture.md create mode 100644 scripture/kjv/04/20/24/scripture.tg create mode 100644 scripture/kjv/04/20/24/scripture.today diff --git a/README.html b/README.html index f5e2b820..762aa07e 100644 --- a/README.html +++ b/README.html @@ -1,3 +1,3 @@ -1 Peter 5:8-9
-8 Be sober, be vigilant; because your adversary the devil, as a roaring lion, walketh about, seeking whom he may devour: 9 Whom resist stedfast in the faith, knowing that the same afflictions are accomplished in your brethren that are in the world.

-Friday 19-April, 2024 +Matthew 13:57
+57 And they were offended in him. But Jesus said unto them, A prophet is not without honour, save in his own country, and in his own house.

+Saturday 20-April, 2024 diff --git a/README.json b/README.json index 57c80b72..6ff77e18 100644 --- a/README.json +++ b/README.json @@ -1,21 +1,17 @@ { - "book": "1 Peter", - "chapter": "5", - "date": "Friday 19-April, 2024", - "getbible": "https://getbible.net/kjv/1 Peter/5/8-9", - "name": "1 Peter 5:8-9", + "book": "Matthew", + "chapter": "13", + "date": "Saturday 20-April, 2024", + "getbible": "https://getbible.net/kjv/Matthew/13/57", + "name": "Matthew 13:57", "scripture": [ { - "nr": "8", - "text": "Be sober, be vigilant; because your adversary the devil, as a roaring lion, walketh about, seeking whom he may devour:" - }, - { - "nr": "9", - "text": "Whom resist stedfast in the faith, knowing that the same afflictions are accomplished in your brethren that are in the world." + "nr": "57", + "text": "And they were offended in him. But Jesus said unto them, A prophet is not without honour, save in his own country, and in his own house." } ], "source": "https://git.vdm.dev/christian/daily-scripture", "telegram": "daily_scripture", - "verse": "8-9", + "verse": "57", "version": "kjv" } diff --git a/README.md b/README.md index bf04e094..f9c9c8ce 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ -**1 Peter 5:8-9** +**Matthew 13:57** -8 Be sober, be vigilant; because your adversary the devil, as a roaring lion, walketh about, seeking whom he may devour: 9 Whom resist stedfast in the faith, knowing that the same afflictions are accomplished in your brethren that are in the world. +57 And they were offended in him. But Jesus said unto them, A prophet is not without honour, save in his own country, and in his own house. -[Friday 19-April, 2024](https://getbible.net/kjv/1 Peter/5/8-9) +[Saturday 20-April, 2024](https://getbible.net/kjv/Matthew/13/57) diff --git a/README.tg b/README.tg index 558303ee..f10ea874 100644 --- a/README.tg +++ b/README.tg @@ -1,4 +1,4 @@ -1 Peter 5:8-9 -8 Be sober, be vigilant; because your adversary the devil, as a roaring lion, walketh about, seeking whom he may devour: 9 Whom resist stedfast in the faith, knowing that the same afflictions are accomplished in your brethren that are in the world. +Matthew 13:57 +57 And they were offended in him. But Jesus said unto them, A prophet is not without honour, save in his own country, and in his own house. -Friday 19-April, 2024 +Saturday 20-April, 2024 diff --git a/README.today b/README.today index 5de0b587..30e0a4ca 100644 --- a/README.today +++ b/README.today @@ -1 +1 @@ -60 5:8-9 +40 13:57 diff --git a/scripture/kjv/04/20/24/scripture.html b/scripture/kjv/04/20/24/scripture.html new file mode 100644 index 00000000..762aa07e --- /dev/null +++ b/scripture/kjv/04/20/24/scripture.html @@ -0,0 +1,3 @@ +Matthew 13:57
+57 And they were offended in him. But Jesus said unto them, A prophet is not without honour, save in his own country, and in his own house.

+Saturday 20-April, 2024 diff --git a/scripture/kjv/04/20/24/scripture.json b/scripture/kjv/04/20/24/scripture.json new file mode 100644 index 00000000..6ff77e18 --- /dev/null +++ b/scripture/kjv/04/20/24/scripture.json @@ -0,0 +1,17 @@ +{ + "book": "Matthew", + "chapter": "13", + "date": "Saturday 20-April, 2024", + "getbible": "https://getbible.net/kjv/Matthew/13/57", + "name": "Matthew 13:57", + "scripture": [ + { + "nr": "57", + "text": "And they were offended in him. But Jesus said unto them, A prophet is not without honour, save in his own country, and in his own house." + } + ], + "source": "https://git.vdm.dev/christian/daily-scripture", + "telegram": "daily_scripture", + "verse": "57", + "version": "kjv" +} diff --git a/scripture/kjv/04/20/24/scripture.md b/scripture/kjv/04/20/24/scripture.md new file mode 100644 index 00000000..f9c9c8ce --- /dev/null +++ b/scripture/kjv/04/20/24/scripture.md @@ -0,0 +1,5 @@ +**Matthew 13:57** + +57 And they were offended in him. But Jesus said unto them, A prophet is not without honour, save in his own country, and in his own house. + +[Saturday 20-April, 2024](https://getbible.net/kjv/Matthew/13/57) diff --git a/scripture/kjv/04/20/24/scripture.tg b/scripture/kjv/04/20/24/scripture.tg new file mode 100644 index 00000000..f10ea874 --- /dev/null +++ b/scripture/kjv/04/20/24/scripture.tg @@ -0,0 +1,4 @@ +Matthew 13:57 +57 And they were offended in him. But Jesus said unto them, A prophet is not without honour, save in his own country, and in his own house. + +Saturday 20-April, 2024 diff --git a/scripture/kjv/04/20/24/scripture.today b/scripture/kjv/04/20/24/scripture.today new file mode 100644 index 00000000..30e0a4ca --- /dev/null +++ b/scripture/kjv/04/20/24/scripture.today @@ -0,0 +1 @@ +40 13:57 diff --git a/scripture/kjv/README.html b/scripture/kjv/README.html index f5e2b820..762aa07e 100644 --- a/scripture/kjv/README.html +++ b/scripture/kjv/README.html @@ -1,3 +1,3 @@ -1 Peter 5:8-9
-8 Be sober, be vigilant; because your adversary the devil, as a roaring lion, walketh about, seeking whom he may devour: 9 Whom resist stedfast in the faith, knowing that the same afflictions are accomplished in your brethren that are in the world.

-Friday 19-April, 2024 +Matthew 13:57
+57 And they were offended in him. But Jesus said unto them, A prophet is not without honour, save in his own country, and in his own house.

+Saturday 20-April, 2024 diff --git a/scripture/kjv/README.json b/scripture/kjv/README.json index 57c80b72..6ff77e18 100644 --- a/scripture/kjv/README.json +++ b/scripture/kjv/README.json @@ -1,21 +1,17 @@ { - "book": "1 Peter", - "chapter": "5", - "date": "Friday 19-April, 2024", - "getbible": "https://getbible.net/kjv/1 Peter/5/8-9", - "name": "1 Peter 5:8-9", + "book": "Matthew", + "chapter": "13", + "date": "Saturday 20-April, 2024", + "getbible": "https://getbible.net/kjv/Matthew/13/57", + "name": "Matthew 13:57", "scripture": [ { - "nr": "8", - "text": "Be sober, be vigilant; because your adversary the devil, as a roaring lion, walketh about, seeking whom he may devour:" - }, - { - "nr": "9", - "text": "Whom resist stedfast in the faith, knowing that the same afflictions are accomplished in your brethren that are in the world." + "nr": "57", + "text": "And they were offended in him. But Jesus said unto them, A prophet is not without honour, save in his own country, and in his own house." } ], "source": "https://git.vdm.dev/christian/daily-scripture", "telegram": "daily_scripture", - "verse": "8-9", + "verse": "57", "version": "kjv" } diff --git a/scripture/kjv/README.md b/scripture/kjv/README.md index bf04e094..f9c9c8ce 100644 --- a/scripture/kjv/README.md +++ b/scripture/kjv/README.md @@ -1,5 +1,5 @@ -**1 Peter 5:8-9** +**Matthew 13:57** -8 Be sober, be vigilant; because your adversary the devil, as a roaring lion, walketh about, seeking whom he may devour: 9 Whom resist stedfast in the faith, knowing that the same afflictions are accomplished in your brethren that are in the world. +57 And they were offended in him. But Jesus said unto them, A prophet is not without honour, save in his own country, and in his own house. -[Friday 19-April, 2024](https://getbible.net/kjv/1 Peter/5/8-9) +[Saturday 20-April, 2024](https://getbible.net/kjv/Matthew/13/57) diff --git a/scripture/kjv/README.tg b/scripture/kjv/README.tg index 558303ee..f10ea874 100644 --- a/scripture/kjv/README.tg +++ b/scripture/kjv/README.tg @@ -1,4 +1,4 @@ -1 Peter 5:8-9 -8 Be sober, be vigilant; because your adversary the devil, as a roaring lion, walketh about, seeking whom he may devour: 9 Whom resist stedfast in the faith, knowing that the same afflictions are accomplished in your brethren that are in the world. +Matthew 13:57 +57 And they were offended in him. But Jesus said unto them, A prophet is not without honour, save in his own country, and in his own house. -Friday 19-April, 2024 +Saturday 20-April, 2024 diff --git a/scripture/kjv/README.today b/scripture/kjv/README.today index 5de0b587..30e0a4ca 100644 --- a/scripture/kjv/README.today +++ b/scripture/kjv/README.today @@ -1 +1 @@ -60 5:8-9 +40 13:57 diff --git a/src/SCRIPTURE b/src/SCRIPTURE index f7b376bb..36b9ffbd 100644 --- a/src/SCRIPTURE +++ b/src/SCRIPTURE @@ -842,7 +842,6 @@ 40 13:44 40 13:45-46 40 13:51-52 -40 13:57 40 14:23 40 14:30-31 40 15:12-14 @@ -1830,6 +1829,7 @@ 59 4:7 59 4:9-10 59 5:1-3 +59 5:10-11 59 5:13 59 5:14-18 59 5:19-20 diff --git a/src/SCRIPTURE_USED b/src/SCRIPTURE_USED index bfed4589..409995d7 100644 --- a/src/SCRIPTURE_USED +++ b/src/SCRIPTURE_USED @@ -1,4 +1,3 @@ -59 5:10-11 20 3:27 43 15:11 42 23:5 @@ -180,3 +179,4 @@ 5 33:3 43 3:27 60 5:8-9 +40 13:57