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

Add typing to most commands #31

Closed itzmk21 closed 2 years ago

itzmk21 commented 2 years ago

When you call on a command e.g -hadith bukhari 10, it shows the bot to type, then do all the expensive API calls, then stop typing and send the result to the channel.

Before, only -quran and some others had this feature, while all the others were left out.

This is useful because it lets the user know whether the bot is responsive or not, as calling a hadith command takes a few seconds to actually process. This could reduce the possibility of users re-calling the command, unnecessarily, and perhaps then reduce the number of API calls in total by the bot to sunnah.com.

galacticwarrior9 commented 2 years ago

JZK!