galacticwarrior9 / IslamBot

A Discord bot that supports Qur'an, hadith, prayer times, tafsir and more.
GNU General Public License v3.0
87 stars 36 forks source link

Quran Context Menu can now interpret quran.com links with Surah names in them + Bug fixes #68

Closed itzmk21 closed 1 year ago

itzmk21 commented 1 year ago

Quran Context Menu can interpret links such as https://quran.com/fatiha/1. This is useful given the functionality of the command beforehand and that quran.com supports such formatting of links.

Fix #64 by adjusting how the bot filters what it webscrapes. Previously, a PR was made so that the help command mentions slash command so users can easily click on them. However at that time, the PR included the new tafsir get and set commands, and so the command ID was not available unless deployed. This is why now the help command can mention the tafsir commands.

There was a typo in the help command which has been fixed.