From 6aa2fe9d19902e12d33b3bf18c03912f78936706 Mon Sep 17 00:00:00 2001 From: aB0t Date: Mon, 15 Jul 2024 22:25:16 +0000 Subject: [PATCH] Tuesday 16-July, 2024 --- README.html | 6 +++--- README.json | 16 ++++++++-------- README.md | 6 +++--- README.tg | 6 +++--- README.today | 2 +- scripture/kjv/07/16/24/scripture.html | 3 +++ scripture/kjv/07/16/24/scripture.json | 17 +++++++++++++++++ scripture/kjv/07/16/24/scripture.md | 5 +++++ scripture/kjv/07/16/24/scripture.tg | 4 ++++ scripture/kjv/07/16/24/scripture.today | 1 + scripture/kjv/README.html | 6 +++--- scripture/kjv/README.json | 16 ++++++++-------- 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(+), 38 deletions(-) create mode 100644 scripture/kjv/07/16/24/scripture.html create mode 100644 scripture/kjv/07/16/24/scripture.json create mode 100644 scripture/kjv/07/16/24/scripture.md create mode 100644 scripture/kjv/07/16/24/scripture.tg create mode 100644 scripture/kjv/07/16/24/scripture.today diff --git a/README.html b/README.html index 87df6a62..2cf09051 100644 --- a/README.html +++ b/README.html @@ -1,3 +1,3 @@ -Leviticus 19:19
-19 Ye shall keep my statutes. Thou shalt not let thy cattle gender with a diverse kind: thou shalt not sow thy field with mingled seed: neither shall a garment mingled of linen and woollen come upon thee.

-Monday 15-July, 2024 +Revelation 3:6
+6 He that hath an ear, let him hear what the Spirit saith unto the churches.

+Tuesday 16-July, 2024 diff --git a/README.json b/README.json index aa2d990d..21899d7d 100644 --- a/README.json +++ b/README.json @@ -1,17 +1,17 @@ { - "book": "Leviticus", - "chapter": "19", - "date": "Monday 15-July, 2024", - "getbible": "https://getbible.net/kjv/Leviticus/19/19", - "name": "Leviticus 19:19", + "book": "Revelation", + "chapter": "3", + "date": "Tuesday 16-July, 2024", + "getbible": "https://getbible.net/kjv/Revelation/3/6", + "name": "Revelation 3:6", "scripture": [ { - "nr": "19", - "text": "Ye shall keep my statutes. Thou shalt not let thy cattle gender with a diverse kind: thou shalt not sow thy field with mingled seed: neither shall a garment mingled of linen and woollen come upon thee." + "nr": "6", + "text": "He that hath an ear, let him hear what the Spirit saith unto the churches." } ], "source": "https://git.vdm.dev/christian/daily-scripture", "telegram": "daily_scripture", - "verse": "19", + "verse": "6", "version": "kjv" } diff --git a/README.md b/README.md index ae4877c0..a8369fb9 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ -**Leviticus 19:19** +**Revelation 3:6** -19 Ye shall keep my statutes. Thou shalt not let thy cattle gender with a diverse kind: thou shalt not sow thy field with mingled seed: neither shall a garment mingled of linen and woollen come upon thee. +6 He that hath an ear, let him hear what the Spirit saith unto the churches. -[Monday 15-July, 2024](https://getbible.net/kjv/Leviticus/19/19) +[Tuesday 16-July, 2024](https://getbible.net/kjv/Revelation/3/6) diff --git a/README.tg b/README.tg index b729d808..279652a8 100644 --- a/README.tg +++ b/README.tg @@ -1,4 +1,4 @@ -Leviticus 19:19 -19 Ye shall keep my statutes. Thou shalt not let thy cattle gender with a diverse kind: thou shalt not sow thy field with mingled seed: neither shall a garment mingled of linen and woollen come upon thee. +Revelation 3:6 +6 He that hath an ear, let him hear what the Spirit saith unto the churches. -Monday 15-July, 2024 +Tuesday 16-July, 2024 diff --git a/README.today b/README.today index 2c9ece99..d06c5532 100644 --- a/README.today +++ b/README.today @@ -1 +1 @@ -3 19:19 +66 3:6 diff --git a/scripture/kjv/07/16/24/scripture.html b/scripture/kjv/07/16/24/scripture.html new file mode 100644 index 00000000..2cf09051 --- /dev/null +++ b/scripture/kjv/07/16/24/scripture.html @@ -0,0 +1,3 @@ +Revelation 3:6
+6 He that hath an ear, let him hear what the Spirit saith unto the churches.

+Tuesday 16-July, 2024 diff --git a/scripture/kjv/07/16/24/scripture.json b/scripture/kjv/07/16/24/scripture.json new file mode 100644 index 00000000..21899d7d --- /dev/null +++ b/scripture/kjv/07/16/24/scripture.json @@ -0,0 +1,17 @@ +{ + "book": "Revelation", + "chapter": "3", + "date": "Tuesday 16-July, 2024", + "getbible": "https://getbible.net/kjv/Revelation/3/6", + "name": "Revelation 3:6", + "scripture": [ + { + "nr": "6", + "text": "He that hath an ear, let him hear what the Spirit saith unto the churches." + } + ], + "source": "https://git.vdm.dev/christian/daily-scripture", + "telegram": "daily_scripture", + "verse": "6", + "version": "kjv" +} diff --git a/scripture/kjv/07/16/24/scripture.md b/scripture/kjv/07/16/24/scripture.md new file mode 100644 index 00000000..a8369fb9 --- /dev/null +++ b/scripture/kjv/07/16/24/scripture.md @@ -0,0 +1,5 @@ +**Revelation 3:6** + +6 He that hath an ear, let him hear what the Spirit saith unto the churches. + +[Tuesday 16-July, 2024](https://getbible.net/kjv/Revelation/3/6) diff --git a/scripture/kjv/07/16/24/scripture.tg b/scripture/kjv/07/16/24/scripture.tg new file mode 100644 index 00000000..279652a8 --- /dev/null +++ b/scripture/kjv/07/16/24/scripture.tg @@ -0,0 +1,4 @@ +Revelation 3:6 +6 He that hath an ear, let him hear what the Spirit saith unto the churches. + +Tuesday 16-July, 2024 diff --git a/scripture/kjv/07/16/24/scripture.today b/scripture/kjv/07/16/24/scripture.today new file mode 100644 index 00000000..d06c5532 --- /dev/null +++ b/scripture/kjv/07/16/24/scripture.today @@ -0,0 +1 @@ +66 3:6 diff --git a/scripture/kjv/README.html b/scripture/kjv/README.html index 87df6a62..2cf09051 100644 --- a/scripture/kjv/README.html +++ b/scripture/kjv/README.html @@ -1,3 +1,3 @@ -Leviticus 19:19
-19 Ye shall keep my statutes. Thou shalt not let thy cattle gender with a diverse kind: thou shalt not sow thy field with mingled seed: neither shall a garment mingled of linen and woollen come upon thee.

-Monday 15-July, 2024 +Revelation 3:6
+6 He that hath an ear, let him hear what the Spirit saith unto the churches.

+Tuesday 16-July, 2024 diff --git a/scripture/kjv/README.json b/scripture/kjv/README.json index aa2d990d..21899d7d 100644 --- a/scripture/kjv/README.json +++ b/scripture/kjv/README.json @@ -1,17 +1,17 @@ { - "book": "Leviticus", - "chapter": "19", - "date": "Monday 15-July, 2024", - "getbible": "https://getbible.net/kjv/Leviticus/19/19", - "name": "Leviticus 19:19", + "book": "Revelation", + "chapter": "3", + "date": "Tuesday 16-July, 2024", + "getbible": "https://getbible.net/kjv/Revelation/3/6", + "name": "Revelation 3:6", "scripture": [ { - "nr": "19", - "text": "Ye shall keep my statutes. Thou shalt not let thy cattle gender with a diverse kind: thou shalt not sow thy field with mingled seed: neither shall a garment mingled of linen and woollen come upon thee." + "nr": "6", + "text": "He that hath an ear, let him hear what the Spirit saith unto the churches." } ], "source": "https://git.vdm.dev/christian/daily-scripture", "telegram": "daily_scripture", - "verse": "19", + "verse": "6", "version": "kjv" } diff --git a/scripture/kjv/README.md b/scripture/kjv/README.md index ae4877c0..a8369fb9 100644 --- a/scripture/kjv/README.md +++ b/scripture/kjv/README.md @@ -1,5 +1,5 @@ -**Leviticus 19:19** +**Revelation 3:6** -19 Ye shall keep my statutes. Thou shalt not let thy cattle gender with a diverse kind: thou shalt not sow thy field with mingled seed: neither shall a garment mingled of linen and woollen come upon thee. +6 He that hath an ear, let him hear what the Spirit saith unto the churches. -[Monday 15-July, 2024](https://getbible.net/kjv/Leviticus/19/19) +[Tuesday 16-July, 2024](https://getbible.net/kjv/Revelation/3/6) diff --git a/scripture/kjv/README.tg b/scripture/kjv/README.tg index b729d808..279652a8 100644 --- a/scripture/kjv/README.tg +++ b/scripture/kjv/README.tg @@ -1,4 +1,4 @@ -Leviticus 19:19 -19 Ye shall keep my statutes. Thou shalt not let thy cattle gender with a diverse kind: thou shalt not sow thy field with mingled seed: neither shall a garment mingled of linen and woollen come upon thee. +Revelation 3:6 +6 He that hath an ear, let him hear what the Spirit saith unto the churches. -Monday 15-July, 2024 +Tuesday 16-July, 2024 diff --git a/scripture/kjv/README.today b/scripture/kjv/README.today index 2c9ece99..d06c5532 100644 --- a/scripture/kjv/README.today +++ b/scripture/kjv/README.today @@ -1 +1 @@ -3 19:19 +66 3:6 diff --git a/src/SCRIPTURE b/src/SCRIPTURE index a94e93ac..525c4723 100644 --- a/src/SCRIPTURE +++ b/src/SCRIPTURE @@ -69,6 +69,7 @@ 13 4:10 14 15:14-15 14 15:7 +14 20:20 14 20:32-37 14 26:16-18 15 7:10-12 @@ -1965,7 +1966,6 @@ 66 3:21 66 3:4 66 3:5 -66 3:6 66 3:8 66 3:9 66 4:9-11 diff --git a/src/SCRIPTURE_USED b/src/SCRIPTURE_USED index 367ee830..a6246768 100644 --- a/src/SCRIPTURE_USED +++ b/src/SCRIPTURE_USED @@ -1,4 +1,3 @@ -14 20:20 21 4:13 38 1:17 20 21:23 @@ -180,3 +179,4 @@ 19 94:11 32 2:7 3 19:19 +66 3:6