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

Use application commands #9

Closed erkinalp closed 3 years ago

erkinalp commented 3 years ago

Using application commands will reduce total resource use by not scanning all the messages.

galacticwarrior9 commented 3 years ago

Can you elaborate? Do you mean the Bot.command() decorator? If so, the bot already uses it to register commands

erkinalp commented 3 years ago

No, I mean this: https://github.com/discord/discord-api-docs/pull/2295/

galacticwarrior9 commented 3 years ago

Closing for now since discord.py does not support slash commands. Their functionality also appears to be too limited for the bot at the moment. However, thanks for the suggestion. I will definitely review this again if they improve in the future.