From cf5cdcbc3c3761de5ef54f83d33c48e34d95ed4d Mon Sep 17 00:00:00 2001 From: aB0t Date: Tue, 20 Sep 2022 22:35:01 +0000 Subject: [PATCH] Wednesday 21-September, 2022 --- README.html | 6 +++--- README.json | 8 ++++---- README.md | 6 +++--- README.tg | 6 +++--- README.today | 2 +- scripture/kjv/09/21/22/scripture.html | 3 +++ scripture/kjv/09/21/22/scripture.json | 13 +++++++++++++ scripture/kjv/09/21/22/scripture.md | 5 +++++ scripture/kjv/09/21/22/scripture.tg | 4 ++++ scripture/kjv/09/21/22/scripture.today | 1 + scripture/kjv/README.html | 6 +++--- scripture/kjv/README.json | 8 ++++---- 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(+), 30 deletions(-) create mode 100644 scripture/kjv/09/21/22/scripture.html create mode 100644 scripture/kjv/09/21/22/scripture.json create mode 100644 scripture/kjv/09/21/22/scripture.md create mode 100644 scripture/kjv/09/21/22/scripture.tg create mode 100644 scripture/kjv/09/21/22/scripture.today diff --git a/README.html b/README.html index 796be62c..c570c578 100644 --- a/README.html +++ b/README.html @@ -1,3 +1,3 @@ -Proverbs 12:10
-10 A righteous man regardeth the life of his beast: but the tender mercies of the wicked are cruel.

-Tuesday 20-September, 2022 +Romans 6:22
+22 But now being made free from sin, and become servants to God, ye have your fruit unto holiness, and the end everlasting life.

+Wednesday 21-September, 2022 diff --git a/README.json b/README.json index f63cfc3c..0b5a12ed 100644 --- a/README.json +++ b/README.json @@ -1,10 +1,10 @@ { - "date": "Tuesday 20-September, 2022", - "name": "Proverbs 12:10", + "date": "Wednesday 21-September, 2022", + "name": "Romans 6:22", "scripture": [ { - "nr": "10", - "text": "A righteous man regardeth the life of his beast: but the tender mercies of the wicked are cruel." + "nr": "22", + "text": "But now being made free from sin, and become servants to God, ye have your fruit unto holiness, and the end everlasting life." } ], "source": "https://github.com/trueChristian/daily-scripture", diff --git a/README.md b/README.md index 9866c3d0..d1d70f1d 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ -**Proverbs 12:10** +**Romans 6:22** -10 A righteous man regardeth the life of his beast: but the tender mercies of the wicked are cruel. +22 But now being made free from sin, and become servants to God, ye have your fruit unto holiness, and the end everlasting life. -[Tuesday 20-September, 2022](https://t.me/s/daily_scripture) +[Wednesday 21-September, 2022](https://t.me/s/daily_scripture) diff --git a/README.tg b/README.tg index 36964014..0849d496 100644 --- a/README.tg +++ b/README.tg @@ -1,4 +1,4 @@ -Proverbs 12:10 -10 A righteous man regardeth the life of his beast: but the tender mercies of the wicked are cruel. +Romans 6:22 +22 But now being made free from sin, and become servants to God, ye have your fruit unto holiness, and the end everlasting life. -Tuesday 20-September, 2022 +Wednesday 21-September, 2022 diff --git a/README.today b/README.today index 72375334..5b272b6c 100644 --- a/README.today +++ b/README.today @@ -1 +1 @@ -20 12:10 +45 6:22 diff --git a/scripture/kjv/09/21/22/scripture.html b/scripture/kjv/09/21/22/scripture.html new file mode 100644 index 00000000..c570c578 --- /dev/null +++ b/scripture/kjv/09/21/22/scripture.html @@ -0,0 +1,3 @@ +Romans 6:22
+22 But now being made free from sin, and become servants to God, ye have your fruit unto holiness, and the end everlasting life.

+Wednesday 21-September, 2022 diff --git a/scripture/kjv/09/21/22/scripture.json b/scripture/kjv/09/21/22/scripture.json new file mode 100644 index 00000000..0b5a12ed --- /dev/null +++ b/scripture/kjv/09/21/22/scripture.json @@ -0,0 +1,13 @@ +{ + "date": "Wednesday 21-September, 2022", + "name": "Romans 6:22", + "scripture": [ + { + "nr": "22", + "text": "But now being made free from sin, and become servants to God, ye have your fruit unto holiness, and the end everlasting life." + } + ], + "source": "https://github.com/trueChristian/daily-scripture", + "telegram": "daily_scripture", + "version": "kjv" +} diff --git a/scripture/kjv/09/21/22/scripture.md b/scripture/kjv/09/21/22/scripture.md new file mode 100644 index 00000000..d1d70f1d --- /dev/null +++ b/scripture/kjv/09/21/22/scripture.md @@ -0,0 +1,5 @@ +**Romans 6:22** + +22 But now being made free from sin, and become servants to God, ye have your fruit unto holiness, and the end everlasting life. + +[Wednesday 21-September, 2022](https://t.me/s/daily_scripture) diff --git a/scripture/kjv/09/21/22/scripture.tg b/scripture/kjv/09/21/22/scripture.tg new file mode 100644 index 00000000..0849d496 --- /dev/null +++ b/scripture/kjv/09/21/22/scripture.tg @@ -0,0 +1,4 @@ +Romans 6:22 +22 But now being made free from sin, and become servants to God, ye have your fruit unto holiness, and the end everlasting life. + +Wednesday 21-September, 2022 diff --git a/scripture/kjv/09/21/22/scripture.today b/scripture/kjv/09/21/22/scripture.today new file mode 100644 index 00000000..5b272b6c --- /dev/null +++ b/scripture/kjv/09/21/22/scripture.today @@ -0,0 +1 @@ +45 6:22 diff --git a/scripture/kjv/README.html b/scripture/kjv/README.html index 796be62c..c570c578 100644 --- a/scripture/kjv/README.html +++ b/scripture/kjv/README.html @@ -1,3 +1,3 @@ -Proverbs 12:10
-10 A righteous man regardeth the life of his beast: but the tender mercies of the wicked are cruel.

-Tuesday 20-September, 2022 +Romans 6:22
+22 But now being made free from sin, and become servants to God, ye have your fruit unto holiness, and the end everlasting life.

+Wednesday 21-September, 2022 diff --git a/scripture/kjv/README.json b/scripture/kjv/README.json index f63cfc3c..0b5a12ed 100644 --- a/scripture/kjv/README.json +++ b/scripture/kjv/README.json @@ -1,10 +1,10 @@ { - "date": "Tuesday 20-September, 2022", - "name": "Proverbs 12:10", + "date": "Wednesday 21-September, 2022", + "name": "Romans 6:22", "scripture": [ { - "nr": "10", - "text": "A righteous man regardeth the life of his beast: but the tender mercies of the wicked are cruel." + "nr": "22", + "text": "But now being made free from sin, and become servants to God, ye have your fruit unto holiness, and the end everlasting life." } ], "source": "https://github.com/trueChristian/daily-scripture", diff --git a/scripture/kjv/README.md b/scripture/kjv/README.md index 9866c3d0..d1d70f1d 100644 --- a/scripture/kjv/README.md +++ b/scripture/kjv/README.md @@ -1,5 +1,5 @@ -**Proverbs 12:10** +**Romans 6:22** -10 A righteous man regardeth the life of his beast: but the tender mercies of the wicked are cruel. +22 But now being made free from sin, and become servants to God, ye have your fruit unto holiness, and the end everlasting life. -[Tuesday 20-September, 2022](https://t.me/s/daily_scripture) +[Wednesday 21-September, 2022](https://t.me/s/daily_scripture) diff --git a/scripture/kjv/README.tg b/scripture/kjv/README.tg index 36964014..0849d496 100644 --- a/scripture/kjv/README.tg +++ b/scripture/kjv/README.tg @@ -1,4 +1,4 @@ -Proverbs 12:10 -10 A righteous man regardeth the life of his beast: but the tender mercies of the wicked are cruel. +Romans 6:22 +22 But now being made free from sin, and become servants to God, ye have your fruit unto holiness, and the end everlasting life. -Tuesday 20-September, 2022 +Wednesday 21-September, 2022 diff --git a/scripture/kjv/README.today b/scripture/kjv/README.today index 72375334..5b272b6c 100644 --- a/scripture/kjv/README.today +++ b/scripture/kjv/README.today @@ -1 +1 @@ -20 12:10 +45 6:22 diff --git a/src/SCRIPTURE b/src/SCRIPTURE index 51ca2fd0..675cf1ea 100644 --- a/src/SCRIPTURE +++ b/src/SCRIPTURE @@ -637,6 +637,7 @@ 23 66:8 23 6:8 24 10:23 +24 12:6 24 13:15 24 14:7 24 15:17 @@ -1356,7 +1357,6 @@ 45 6:11 45 6:12 45 6:15 -45 6:22 45 6:23 45 6:3-4 45 6:5-6 diff --git a/src/SCRIPTURE_USED b/src/SCRIPTURE_USED index b876abbe..8e49b805 100644 --- a/src/SCRIPTURE_USED +++ b/src/SCRIPTURE_USED @@ -1,4 +1,3 @@ -24 12:6 62 1:7-8 22 4:16 60 3:8-9 @@ -180,3 +179,4 @@ 49 4:28 44 4:31 20 12:10 +45 6:22