-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
17 changed files
with
68 additions
and
54 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
<strong>Lamentations 3:31-33</strong><br /> | ||
31 For the Lord will not cast off for ever: 32 But though he cause grief, yet will he have compassion according to the multitude of his mercies. 33 For he doth not afflict willingly nor grieve the children of men.<br /><br /> | ||
<a id="daily-scripture-link" href="https://getbible.net/kjv/Lamentations/3/31-33">Sunday 06-October, 2024</a> | ||
<strong>Proverbs 15:4</strong><br /> | ||
4 A wholesome tongue is a tree of life: but perverseness therein is a breach in the spirit.<br /><br /> | ||
<a id="daily-scripture-link" href="https://getbible.net/kjv/Proverbs/15/4">Monday 07-October, 2024</a> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,17 @@ | ||
{ | ||
"book": "Lamentations", | ||
"chapter": "3", | ||
"date": "Sunday 06-October, 2024", | ||
"getbible": "https://getbible.net/kjv/Lamentations/3/31-33", | ||
"name": "Lamentations 3:31-33", | ||
"book": "Proverbs", | ||
"chapter": "15", | ||
"date": "Monday 07-October, 2024", | ||
"getbible": "https://getbible.net/kjv/Proverbs/15/4", | ||
"name": "Proverbs 15:4", | ||
"scripture": [ | ||
{ | ||
"nr": "31", | ||
"text": "For the Lord will not cast off for ever:" | ||
}, | ||
{ | ||
"nr": "32", | ||
"text": "But though he cause grief, yet will he have compassion according to the multitude of his mercies." | ||
}, | ||
{ | ||
"nr": "33", | ||
"text": "For he doth not afflict willingly nor grieve the children of men." | ||
"nr": "4", | ||
"text": "A wholesome tongue is a tree of life: but perverseness therein is a breach in the spirit." | ||
} | ||
], | ||
"source": "https://git.vdm.dev/christian/daily-scripture", | ||
"telegram": "daily_scripture", | ||
"verse": "31-33", | ||
"verse": "4", | ||
"version": "kjv" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
**Lamentations 3:31-33** | ||
**Proverbs 15:4** | ||
|
||
31 For the Lord will not cast off for ever: 32 But though he cause grief, yet will he have compassion according to the multitude of his mercies. 33 For he doth not afflict willingly nor grieve the children of men. | ||
4 A wholesome tongue is a tree of life: but perverseness therein is a breach in the spirit. | ||
|
||
[Sunday 06-October, 2024](https://getbible.net/kjv/Lamentations/3/31-33) | ||
[Monday 07-October, 2024](https://getbible.net/kjv/Proverbs/15/4) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
<strong>Lamentations 3:31-33</strong> | ||
31 For the Lord will not cast off for ever: 32 But though he cause grief, yet will he have compassion according to the multitude of his mercies. 33 For he doth not afflict willingly nor grieve the children of men. | ||
<strong>Proverbs 15:4</strong> | ||
4 A wholesome tongue is a tree of life: but perverseness therein is a breach in the spirit. | ||
|
||
<a id="daily-scripture-link" href="https://getbible.net/kjv/Lamentations/3/31-33">Sunday 06-October, 2024</a> | ||
<a id="daily-scripture-link" href="https://getbible.net/kjv/Proverbs/15/4">Monday 07-October, 2024</a> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
25 3:31-33 | ||
20 15:4 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
<strong>Proverbs 15:4</strong><br /> | ||
4 A wholesome tongue is a tree of life: but perverseness therein is a breach in the spirit.<br /><br /> | ||
<a id="daily-scripture-link" href="https://getbible.net/kjv/Proverbs/15/4">Monday 07-October, 2024</a> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
{ | ||
"book": "Proverbs", | ||
"chapter": "15", | ||
"date": "Monday 07-October, 2024", | ||
"getbible": "https://getbible.net/kjv/Proverbs/15/4", | ||
"name": "Proverbs 15:4", | ||
"scripture": [ | ||
{ | ||
"nr": "4", | ||
"text": "A wholesome tongue is a tree of life: but perverseness therein is a breach in the spirit." | ||
} | ||
], | ||
"source": "https://git.vdm.dev/christian/daily-scripture", | ||
"telegram": "daily_scripture", | ||
"verse": "4", | ||
"version": "kjv" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
**Proverbs 15:4** | ||
|
||
4 A wholesome tongue is a tree of life: but perverseness therein is a breach in the spirit. | ||
|
||
[Monday 07-October, 2024](https://getbible.net/kjv/Proverbs/15/4) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
<strong>Proverbs 15:4</strong> | ||
4 A wholesome tongue is a tree of life: but perverseness therein is a breach in the spirit. | ||
|
||
<a id="daily-scripture-link" href="https://getbible.net/kjv/Proverbs/15/4">Monday 07-October, 2024</a> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
20 15:4 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
<strong>Lamentations 3:31-33</strong><br /> | ||
31 For the Lord will not cast off for ever: 32 But though he cause grief, yet will he have compassion according to the multitude of his mercies. 33 For he doth not afflict willingly nor grieve the children of men.<br /><br /> | ||
<a id="daily-scripture-link" href="https://getbible.net/kjv/Lamentations/3/31-33">Sunday 06-October, 2024</a> | ||
<strong>Proverbs 15:4</strong><br /> | ||
4 A wholesome tongue is a tree of life: but perverseness therein is a breach in the spirit.<br /><br /> | ||
<a id="daily-scripture-link" href="https://getbible.net/kjv/Proverbs/15/4">Monday 07-October, 2024</a> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,17 @@ | ||
{ | ||
"book": "Lamentations", | ||
"chapter": "3", | ||
"date": "Sunday 06-October, 2024", | ||
"getbible": "https://getbible.net/kjv/Lamentations/3/31-33", | ||
"name": "Lamentations 3:31-33", | ||
"book": "Proverbs", | ||
"chapter": "15", | ||
"date": "Monday 07-October, 2024", | ||
"getbible": "https://getbible.net/kjv/Proverbs/15/4", | ||
"name": "Proverbs 15:4", | ||
"scripture": [ | ||
{ | ||
"nr": "31", | ||
"text": "For the Lord will not cast off for ever:" | ||
}, | ||
{ | ||
"nr": "32", | ||
"text": "But though he cause grief, yet will he have compassion according to the multitude of his mercies." | ||
}, | ||
{ | ||
"nr": "33", | ||
"text": "For he doth not afflict willingly nor grieve the children of men." | ||
"nr": "4", | ||
"text": "A wholesome tongue is a tree of life: but perverseness therein is a breach in the spirit." | ||
} | ||
], | ||
"source": "https://git.vdm.dev/christian/daily-scripture", | ||
"telegram": "daily_scripture", | ||
"verse": "31-33", | ||
"verse": "4", | ||
"version": "kjv" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
**Lamentations 3:31-33** | ||
**Proverbs 15:4** | ||
|
||
31 For the Lord will not cast off for ever: 32 But though he cause grief, yet will he have compassion according to the multitude of his mercies. 33 For he doth not afflict willingly nor grieve the children of men. | ||
4 A wholesome tongue is a tree of life: but perverseness therein is a breach in the spirit. | ||
|
||
[Sunday 06-October, 2024](https://getbible.net/kjv/Lamentations/3/31-33) | ||
[Monday 07-October, 2024](https://getbible.net/kjv/Proverbs/15/4) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
<strong>Lamentations 3:31-33</strong> | ||
31 For the Lord will not cast off for ever: 32 But though he cause grief, yet will he have compassion according to the multitude of his mercies. 33 For he doth not afflict willingly nor grieve the children of men. | ||
<strong>Proverbs 15:4</strong> | ||
4 A wholesome tongue is a tree of life: but perverseness therein is a breach in the spirit. | ||
|
||
<a id="daily-scripture-link" href="https://getbible.net/kjv/Lamentations/3/31-33">Sunday 06-October, 2024</a> | ||
<a id="daily-scripture-link" href="https://getbible.net/kjv/Proverbs/15/4">Monday 07-October, 2024</a> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
25 3:31-33 | ||
20 15:4 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
18 33:14-18 | ||
45 10:1 | ||
56 2:14 | ||
18 42:2 | ||
|
@@ -180,3 +179,4 @@ | |
47 10:14-16 | ||
43 2:17 | ||
25 3:31-33 | ||
20 15:4 |