itzmk21

Results 6 comments of itzmk21

Has Sunnah.com recognised this as an issue?

Add a command to set language of a server? And, how exactly will this be coded? Is there any other way than repeating the same string for multiple languages, then...

Doable but if you want, you'd have to account for any paramaters in the link (`link.com/?param=value`). If a user shared such a link and tried getting a verse then it...

Some commands interaction response is defer. This can be ephemeral, and likewise make the followup ephemeral too (which isn't a good idea for `/quran` etc.). By having `defer(ephemeral=False)` (which is...

So, there's this: ```python class MyCustomTranslator(app_commands.Translator): async def load(self): # this gets called when the translator first gets loaded! async def unload(self): # in case you need to switch translators,...