mirror of
https://github.com/trueChristian/daily-scripture.git
synced 2024-12-25 09:50:02 +00:00
Tuesday 22-August, 2023
This commit is contained in:
parent
1c76f73add
commit
9b21917199
@ -1,3 +1,3 @@
|
||||
<strong>Luke 14:25-27</strong><br />
|
||||
25 And there went great multitudes with him: and he turned, and said unto them, 26 If any man come to me, and hate not his father, and mother, and wife, and children, and brethren, and sisters, yea, and his own life also, he cannot be my disciple. 27 And whosoever doth not bear his cross, and come after me, cannot be my disciple.<br /><br />
|
||||
<a id="daily-scripture-link" href="https://getbible.net/kjv/Luke/14/25-27">Monday 21-August, 2023</a>
|
||||
<strong>2 Corinthians 9:8</strong><br />
|
||||
8 And God is able to make all grace abound toward you; that ye, always having all sufficiency in all things, may abound to every good work:<br /><br />
|
||||
<a id="daily-scripture-link" href="https://getbible.net/kjv/2 Corinthians/9/8">Tuesday 22-August, 2023</a>
|
||||
|
24
README.json
24
README.json
@ -1,25 +1,17 @@
|
||||
{
|
||||
"book": "Luke",
|
||||
"chapter": "14",
|
||||
"date": "Monday 21-August, 2023",
|
||||
"getbible": "https://getbible.net/kjv/Luke/14/25-27",
|
||||
"name": "Luke 14:25-27",
|
||||
"book": "2 Corinthians",
|
||||
"chapter": "9",
|
||||
"date": "Tuesday 22-August, 2023",
|
||||
"getbible": "https://getbible.net/kjv/2 Corinthians/9/8",
|
||||
"name": "2 Corinthians 9:8",
|
||||
"scripture": [
|
||||
{
|
||||
"nr": "25",
|
||||
"text": "And there went great multitudes with him: and he turned, and said unto them,"
|
||||
},
|
||||
{
|
||||
"nr": "26",
|
||||
"text": "If any man come to me, and hate not his father, and mother, and wife, and children, and brethren, and sisters, yea, and his own life also, he cannot be my disciple."
|
||||
},
|
||||
{
|
||||
"nr": "27",
|
||||
"text": "And whosoever doth not bear his cross, and come after me, cannot be my disciple."
|
||||
"nr": "8",
|
||||
"text": "And God is able to make all grace abound toward you; that ye, always having all sufficiency in all things, may abound to every good work:"
|
||||
}
|
||||
],
|
||||
"source": "https://git.vdm.dev/christian/daily-scripture",
|
||||
"telegram": "daily_scripture",
|
||||
"verse": "25-27",
|
||||
"verse": "8",
|
||||
"version": "kjv"
|
||||
}
|
||||
|
@ -1,5 +1,5 @@
|
||||
**Luke 14:25-27**
|
||||
**2 Corinthians 9:8**
|
||||
|
||||
25 And there went great multitudes with him: and he turned, and said unto them, 26 If any man come to me, and hate not his father, and mother, and wife, and children, and brethren, and sisters, yea, and his own life also, he cannot be my disciple. 27 And whosoever doth not bear his cross, and come after me, cannot be my disciple.
|
||||
8 And God is able to make all grace abound toward you; that ye, always having all sufficiency in all things, may abound to every good work:
|
||||
|
||||
[Monday 21-August, 2023](https://getbible.net/kjv/Luke/14/25-27)
|
||||
[Tuesday 22-August, 2023](https://getbible.net/kjv/2 Corinthians/9/8)
|
||||
|
@ -1,4 +1,4 @@
|
||||
<strong>Luke 14:25-27</strong>
|
||||
25 And there went great multitudes with him: and he turned, and said unto them, 26 If any man come to me, and hate not his father, and mother, and wife, and children, and brethren, and sisters, yea, and his own life also, he cannot be my disciple. 27 And whosoever doth not bear his cross, and come after me, cannot be my disciple.
|
||||
<strong>2 Corinthians 9:8</strong>
|
||||
8 And God is able to make all grace abound toward you; that ye, always having all sufficiency in all things, may abound to every good work:
|
||||
|
||||
<a id="daily-scripture-link" href="https://getbible.net/kjv/Luke/14/25-27">Monday 21-August, 2023</a>
|
||||
<a id="daily-scripture-link" href="https://getbible.net/kjv/2 Corinthians/9/8">Tuesday 22-August, 2023</a>
|
||||
|
@ -1 +1 @@
|
||||
42 14:25-27
|
||||
47 9:8
|
||||
|
3
scripture/kjv/08/22/23/scripture.html
Normal file
3
scripture/kjv/08/22/23/scripture.html
Normal file
@ -0,0 +1,3 @@
|
||||
<strong>2 Corinthians 9:8</strong><br />
|
||||
8 And God is able to make all grace abound toward you; that ye, always having all sufficiency in all things, may abound to every good work:<br /><br />
|
||||
<a id="daily-scripture-link" href="https://getbible.net/kjv/2 Corinthians/9/8">Tuesday 22-August, 2023</a>
|
17
scripture/kjv/08/22/23/scripture.json
Normal file
17
scripture/kjv/08/22/23/scripture.json
Normal file
@ -0,0 +1,17 @@
|
||||
{
|
||||
"book": "2 Corinthians",
|
||||
"chapter": "9",
|
||||
"date": "Tuesday 22-August, 2023",
|
||||
"getbible": "https://getbible.net/kjv/2 Corinthians/9/8",
|
||||
"name": "2 Corinthians 9:8",
|
||||
"scripture": [
|
||||
{
|
||||
"nr": "8",
|
||||
"text": "And God is able to make all grace abound toward you; that ye, always having all sufficiency in all things, may abound to every good work:"
|
||||
}
|
||||
],
|
||||
"source": "https://git.vdm.dev/christian/daily-scripture",
|
||||
"telegram": "daily_scripture",
|
||||
"verse": "8",
|
||||
"version": "kjv"
|
||||
}
|
5
scripture/kjv/08/22/23/scripture.md
Normal file
5
scripture/kjv/08/22/23/scripture.md
Normal file
@ -0,0 +1,5 @@
|
||||
**2 Corinthians 9:8**
|
||||
|
||||
8 And God is able to make all grace abound toward you; that ye, always having all sufficiency in all things, may abound to every good work:
|
||||
|
||||
[Tuesday 22-August, 2023](https://getbible.net/kjv/2 Corinthians/9/8)
|
4
scripture/kjv/08/22/23/scripture.tg
Normal file
4
scripture/kjv/08/22/23/scripture.tg
Normal file
@ -0,0 +1,4 @@
|
||||
<strong>2 Corinthians 9:8</strong>
|
||||
8 And God is able to make all grace abound toward you; that ye, always having all sufficiency in all things, may abound to every good work:
|
||||
|
||||
<a id="daily-scripture-link" href="https://getbible.net/kjv/2 Corinthians/9/8">Tuesday 22-August, 2023</a>
|
1
scripture/kjv/08/22/23/scripture.today
Normal file
1
scripture/kjv/08/22/23/scripture.today
Normal file
@ -0,0 +1 @@
|
||||
47 9:8
|
@ -1,3 +1,3 @@
|
||||
<strong>Luke 14:25-27</strong><br />
|
||||
25 And there went great multitudes with him: and he turned, and said unto them, 26 If any man come to me, and hate not his father, and mother, and wife, and children, and brethren, and sisters, yea, and his own life also, he cannot be my disciple. 27 And whosoever doth not bear his cross, and come after me, cannot be my disciple.<br /><br />
|
||||
<a id="daily-scripture-link" href="https://getbible.net/kjv/Luke/14/25-27">Monday 21-August, 2023</a>
|
||||
<strong>2 Corinthians 9:8</strong><br />
|
||||
8 And God is able to make all grace abound toward you; that ye, always having all sufficiency in all things, may abound to every good work:<br /><br />
|
||||
<a id="daily-scripture-link" href="https://getbible.net/kjv/2 Corinthians/9/8">Tuesday 22-August, 2023</a>
|
||||
|
@ -1,25 +1,17 @@
|
||||
{
|
||||
"book": "Luke",
|
||||
"chapter": "14",
|
||||
"date": "Monday 21-August, 2023",
|
||||
"getbible": "https://getbible.net/kjv/Luke/14/25-27",
|
||||
"name": "Luke 14:25-27",
|
||||
"book": "2 Corinthians",
|
||||
"chapter": "9",
|
||||
"date": "Tuesday 22-August, 2023",
|
||||
"getbible": "https://getbible.net/kjv/2 Corinthians/9/8",
|
||||
"name": "2 Corinthians 9:8",
|
||||
"scripture": [
|
||||
{
|
||||
"nr": "25",
|
||||
"text": "And there went great multitudes with him: and he turned, and said unto them,"
|
||||
},
|
||||
{
|
||||
"nr": "26",
|
||||
"text": "If any man come to me, and hate not his father, and mother, and wife, and children, and brethren, and sisters, yea, and his own life also, he cannot be my disciple."
|
||||
},
|
||||
{
|
||||
"nr": "27",
|
||||
"text": "And whosoever doth not bear his cross, and come after me, cannot be my disciple."
|
||||
"nr": "8",
|
||||
"text": "And God is able to make all grace abound toward you; that ye, always having all sufficiency in all things, may abound to every good work:"
|
||||
}
|
||||
],
|
||||
"source": "https://git.vdm.dev/christian/daily-scripture",
|
||||
"telegram": "daily_scripture",
|
||||
"verse": "25-27",
|
||||
"verse": "8",
|
||||
"version": "kjv"
|
||||
}
|
||||
|
@ -1,5 +1,5 @@
|
||||
**Luke 14:25-27**
|
||||
**2 Corinthians 9:8**
|
||||
|
||||
25 And there went great multitudes with him: and he turned, and said unto them, 26 If any man come to me, and hate not his father, and mother, and wife, and children, and brethren, and sisters, yea, and his own life also, he cannot be my disciple. 27 And whosoever doth not bear his cross, and come after me, cannot be my disciple.
|
||||
8 And God is able to make all grace abound toward you; that ye, always having all sufficiency in all things, may abound to every good work:
|
||||
|
||||
[Monday 21-August, 2023](https://getbible.net/kjv/Luke/14/25-27)
|
||||
[Tuesday 22-August, 2023](https://getbible.net/kjv/2 Corinthians/9/8)
|
||||
|
@ -1,4 +1,4 @@
|
||||
<strong>Luke 14:25-27</strong>
|
||||
25 And there went great multitudes with him: and he turned, and said unto them, 26 If any man come to me, and hate not his father, and mother, and wife, and children, and brethren, and sisters, yea, and his own life also, he cannot be my disciple. 27 And whosoever doth not bear his cross, and come after me, cannot be my disciple.
|
||||
<strong>2 Corinthians 9:8</strong>
|
||||
8 And God is able to make all grace abound toward you; that ye, always having all sufficiency in all things, may abound to every good work:
|
||||
|
||||
<a id="daily-scripture-link" href="https://getbible.net/kjv/Luke/14/25-27">Monday 21-August, 2023</a>
|
||||
<a id="daily-scripture-link" href="https://getbible.net/kjv/2 Corinthians/9/8">Tuesday 22-August, 2023</a>
|
||||
|
@ -1 +1 @@
|
||||
42 14:25-27
|
||||
47 9:8
|
||||
|
@ -1560,7 +1560,6 @@
|
||||
47 9:15
|
||||
47 9:6
|
||||
47 9:7
|
||||
47 9:8
|
||||
47 9:9
|
||||
48 1:10
|
||||
48 1:24
|
||||
@ -1885,6 +1884,7 @@
|
||||
62 3:24
|
||||
62 4:1-3
|
||||
62 4:10-11
|
||||
62 4:12
|
||||
62 4:16
|
||||
62 4:18
|
||||
62 4:19
|
||||
|
@ -1,4 +1,3 @@
|
||||
62 4:12
|
||||
43 8:12
|
||||
23 57:15-16
|
||||
43 7:18
|
||||
@ -180,3 +179,4 @@
|
||||
47 3:7-11
|
||||
49 1:3
|
||||
42 14:25-27
|
||||
47 9:8
|
||||
|
Loading…
Reference in New Issue
Block a user