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

Remove duplicate InvalidAyah class from quran.py #53

Closed msabur closed 1 year ago

msabur commented 1 year ago

Fixes #52.

Change: Removed InvalidAyah class from quran.py.

Reason: It shadowed an identically named class in quran_info.py, preventing the detection of InvalidAyah exceptions raised in quran_info.py.