galacticwarrior9 / IslamBot

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

Fixed -rdua and -rhadith not working at all, and Issue #28 #30

Closed itzmk21 closed 2 years ago

itzmk21 commented 2 years ago

Also in hadith/hadith.py, english_hadith_collections: dict and arabic_hadith_collections: dict were already global variables, therefore did not need to have another local variable within the format_english_collection_name() and format_arabic_collection_name() methods.