Retribution is the debt that man owes to justice. Modern society would attempt to mislead you into thinking that rehabilitation or distribution or restoration or mercy are part of justice, but they are not. God is clear in His Word that justice is a matter of punishment of those who do wrong. The prince does not wield the sword in vain, and he will be judged by his faithful or for his faithless execution of his office.
In the coming years, and particularly in the coming year, there will be many who will attempt to conflate the mercy that God has shown us in the right-hand kingdom with the justice that He commands must be done in the left-hand kingdom. Clerics of all stripes will scream and cry that we must show ‘mercy’ and ‘forgiveness’ in the political realm instead of doing what is right and just — these men will be using their collars to spread lies, and God will judge them for their wickedness. Christian men must know how to rightly divide these matters and how to distinguish the voice of God from the lies of Satan — both our souls and our nation depend on this.
None.
Coming soon?
Join the discussion on Telegram, visit the feedback form or comment below.
function updateTranscriptLink(audioSrc) { const episodeNumber = extractNumber(audioSrc); if (episodeNumber) { const transcriptLink = document.querySelector('a.transcript-link'); if (transcriptLink) { transcriptLink.setAttribute('href', `/transcripts/transcript-episode-${episodeNumber}/`); } else { console.error('Transcript link not found.'); } } else { console.error('Episode number could not be extracted. The audio source was: ' + audioSrc); } }
// Function to extract the number from the audio file name function extractNumber(src) { const match = src.match(/e(\d+)\.m4a/); return match ? match[1] : null; }
// Start waiting for the audio element to appear in the DOM
waitForElement('audio[src*="s.stone-choir.com"]', function(audioElement) {
const audioSrc = audioElement.getAttribute('src');
updateTranscriptLink(audioSrc);
});
// Inject the "Show Comments" button before the comments div $('#comments').before('
');
// Handle the button click event $('#show-comments').on('click', function() { $('#comments').toggle(); $(this).text(function(i, text){ return text === "Show Comments" ? "Hide Comments" : "Show Comments"; }); }); });