From 9c1b5cf258b6b12623a7ec8b78e8bf19c16a5e90 Mon Sep 17 00:00:00 2001 From: aB0t Date: Tue, 26 Jul 2022 22:29:14 +0000 Subject: [PATCH] Wednesday 27-July, 2022 --- README.html | 6 +++--- README.json | 12 ++++-------- README.md | 6 +++--- README.tg | 6 +++--- README.today | 2 +- scripture/kjv/07/27/22/scripture.html | 3 +++ scripture/kjv/07/27/22/scripture.json | 13 +++++++++++++ scripture/kjv/07/27/22/scripture.md | 5 +++++ scripture/kjv/07/27/22/scripture.tg | 4 ++++ scripture/kjv/07/27/22/scripture.today | 1 + scripture/kjv/README.html | 6 +++--- scripture/kjv/README.json | 12 ++++-------- 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, 56 insertions(+), 38 deletions(-) create mode 100644 scripture/kjv/07/27/22/scripture.html create mode 100644 scripture/kjv/07/27/22/scripture.json create mode 100644 scripture/kjv/07/27/22/scripture.md create mode 100644 scripture/kjv/07/27/22/scripture.tg create mode 100644 scripture/kjv/07/27/22/scripture.today diff --git a/README.html b/README.html index f3d61de2..b35c5188 100644 --- a/README.html +++ b/README.html @@ -1,3 +1,3 @@ -Psalms 73:23-24
-23 Nevertheless I am continually with thee: thou hast holden me by my right hand. 24 Thou shalt guide me with thy counsel, and afterward receive me to glory.

-Tuesday 26-July, 2022 +Psalms 119:6
+6 Then shall I not be ashamed, when I have respect unto all thy commandments.

+Wednesday 27-July, 2022 diff --git a/README.json b/README.json index d448a663..14e4de52 100644 --- a/README.json +++ b/README.json @@ -1,14 +1,10 @@ { - "date": "Tuesday 26-July, 2022", - "name": "Psalms 73:23-24", + "date": "Wednesday 27-July, 2022", + "name": "Psalms 119:6", "scripture": [ { - "nr": "23", - "text": "Nevertheless I am continually with thee: thou hast holden me by my right hand." - }, - { - "nr": "24", - "text": "Thou shalt guide me with thy counsel, and afterward receive me to glory." + "nr": "6", + "text": "Then shall I not be ashamed, when I have respect unto all thy commandments." } ], "source": "https://github.com/trueChristian/daily-scripture", diff --git a/README.md b/README.md index 3e0d2456..1d554912 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ -**Psalms 73:23-24** +**Psalms 119:6** -23 Nevertheless I am continually with thee: thou hast holden me by my right hand. 24 Thou shalt guide me with thy counsel, and afterward receive me to glory. +6 Then shall I not be ashamed, when I have respect unto all thy commandments. -[Tuesday 26-July, 2022](https://t.me/s/daily_scripture) +[Wednesday 27-July, 2022](https://t.me/s/daily_scripture) diff --git a/README.tg b/README.tg index 866580e4..d4c34853 100644 --- a/README.tg +++ b/README.tg @@ -1,4 +1,4 @@ -Psalms 73:23-24 -23 Nevertheless I am continually with thee: thou hast holden me by my right hand. 24 Thou shalt guide me with thy counsel, and afterward receive me to glory. +Psalms 119:6 +6 Then shall I not be ashamed, when I have respect unto all thy commandments. -Tuesday 26-July, 2022 +Wednesday 27-July, 2022 diff --git a/README.today b/README.today index d5bd19d3..e8924583 100644 --- a/README.today +++ b/README.today @@ -1 +1 @@ -19 73:23-24 +19 119:6 diff --git a/scripture/kjv/07/27/22/scripture.html b/scripture/kjv/07/27/22/scripture.html new file mode 100644 index 00000000..b35c5188 --- /dev/null +++ b/scripture/kjv/07/27/22/scripture.html @@ -0,0 +1,3 @@ +Psalms 119:6
+6 Then shall I not be ashamed, when I have respect unto all thy commandments.

+Wednesday 27-July, 2022 diff --git a/scripture/kjv/07/27/22/scripture.json b/scripture/kjv/07/27/22/scripture.json new file mode 100644 index 00000000..14e4de52 --- /dev/null +++ b/scripture/kjv/07/27/22/scripture.json @@ -0,0 +1,13 @@ +{ + "date": "Wednesday 27-July, 2022", + "name": "Psalms 119:6", + "scripture": [ + { + "nr": "6", + "text": "Then shall I not be ashamed, when I have respect unto all thy commandments." + } + ], + "source": "https://github.com/trueChristian/daily-scripture", + "telegram": "daily_scripture", + "version": "kjv" +} diff --git a/scripture/kjv/07/27/22/scripture.md b/scripture/kjv/07/27/22/scripture.md new file mode 100644 index 00000000..1d554912 --- /dev/null +++ b/scripture/kjv/07/27/22/scripture.md @@ -0,0 +1,5 @@ +**Psalms 119:6** + +6 Then shall I not be ashamed, when I have respect unto all thy commandments. + +[Wednesday 27-July, 2022](https://t.me/s/daily_scripture) diff --git a/scripture/kjv/07/27/22/scripture.tg b/scripture/kjv/07/27/22/scripture.tg new file mode 100644 index 00000000..d4c34853 --- /dev/null +++ b/scripture/kjv/07/27/22/scripture.tg @@ -0,0 +1,4 @@ +Psalms 119:6 +6 Then shall I not be ashamed, when I have respect unto all thy commandments. + +Wednesday 27-July, 2022 diff --git a/scripture/kjv/07/27/22/scripture.today b/scripture/kjv/07/27/22/scripture.today new file mode 100644 index 00000000..e8924583 --- /dev/null +++ b/scripture/kjv/07/27/22/scripture.today @@ -0,0 +1 @@ +19 119:6 diff --git a/scripture/kjv/README.html b/scripture/kjv/README.html index f3d61de2..b35c5188 100644 --- a/scripture/kjv/README.html +++ b/scripture/kjv/README.html @@ -1,3 +1,3 @@ -Psalms 73:23-24
-23 Nevertheless I am continually with thee: thou hast holden me by my right hand. 24 Thou shalt guide me with thy counsel, and afterward receive me to glory.

-Tuesday 26-July, 2022 +Psalms 119:6
+6 Then shall I not be ashamed, when I have respect unto all thy commandments.

+Wednesday 27-July, 2022 diff --git a/scripture/kjv/README.json b/scripture/kjv/README.json index d448a663..14e4de52 100644 --- a/scripture/kjv/README.json +++ b/scripture/kjv/README.json @@ -1,14 +1,10 @@ { - "date": "Tuesday 26-July, 2022", - "name": "Psalms 73:23-24", + "date": "Wednesday 27-July, 2022", + "name": "Psalms 119:6", "scripture": [ { - "nr": "23", - "text": "Nevertheless I am continually with thee: thou hast holden me by my right hand." - }, - { - "nr": "24", - "text": "Thou shalt guide me with thy counsel, and afterward receive me to glory." + "nr": "6", + "text": "Then shall I not be ashamed, when I have respect unto all thy commandments." } ], "source": "https://github.com/trueChristian/daily-scripture", diff --git a/scripture/kjv/README.md b/scripture/kjv/README.md index 3e0d2456..1d554912 100644 --- a/scripture/kjv/README.md +++ b/scripture/kjv/README.md @@ -1,5 +1,5 @@ -**Psalms 73:23-24** +**Psalms 119:6** -23 Nevertheless I am continually with thee: thou hast holden me by my right hand. 24 Thou shalt guide me with thy counsel, and afterward receive me to glory. +6 Then shall I not be ashamed, when I have respect unto all thy commandments. -[Tuesday 26-July, 2022](https://t.me/s/daily_scripture) +[Wednesday 27-July, 2022](https://t.me/s/daily_scripture) diff --git a/scripture/kjv/README.tg b/scripture/kjv/README.tg index 866580e4..d4c34853 100644 --- a/scripture/kjv/README.tg +++ b/scripture/kjv/README.tg @@ -1,4 +1,4 @@ -Psalms 73:23-24 -23 Nevertheless I am continually with thee: thou hast holden me by my right hand. 24 Thou shalt guide me with thy counsel, and afterward receive me to glory. +Psalms 119:6 +6 Then shall I not be ashamed, when I have respect unto all thy commandments. -Tuesday 26-July, 2022 +Wednesday 27-July, 2022 diff --git a/scripture/kjv/README.today b/scripture/kjv/README.today index d5bd19d3..e8924583 100644 --- a/scripture/kjv/README.today +++ b/scripture/kjv/README.today @@ -1 +1 @@ -19 73:23-24 +19 119:6 diff --git a/src/SCRIPTURE b/src/SCRIPTURE index a489ee52..27d229fc 100644 --- a/src/SCRIPTURE +++ b/src/SCRIPTURE @@ -161,7 +161,6 @@ 19 119:47-48 19 119:5-6 19 119:59-60 -19 119:6 19 119:62 19 119:63 19 119:66 @@ -1535,6 +1534,7 @@ 47 8:21 47 8:24 47 8:3 +47 8:4 47 8:7 47 8:8 47 8:9 diff --git a/src/SCRIPTURE_USED b/src/SCRIPTURE_USED index 4ba815a1..db563568 100644 --- a/src/SCRIPTURE_USED +++ b/src/SCRIPTURE_USED @@ -1,4 +1,3 @@ -47 8:4 43 4:50 19 41:4 40 21:13 @@ -180,3 +179,4 @@ 19 9:9-10 43 12:31 19 73:23-24 +19 119:6