Added and updated repositories 2026-02-21 01:22:37

This commit is contained in:
github-actions[bot]
2026-02-21 01:22:37 +00:00
parent 392e33b019
commit 98e6966695
2 changed files with 31 additions and 6 deletions

View File

@@ -145,7 +145,7 @@ BBOX_IOS = (
)
@loader.translatable_docstring
@loader.tds
class Gradientor(loader.Module):
strings = {
"name": "Gradientor",
@@ -376,7 +376,7 @@ class Gradientor(loader.Module):
return await utils.answer(message, self.strings["noargs"])
args = args[0].split("/")[-1]
background_only = True
background_only = False
try:
gift: UniqueStarGift = await self.client(GetUniqueStarGiftRequest(args))
@@ -406,4 +406,4 @@ class Gradientor(loader.Module):
background_only=background_only
)
await utils.answer(message, self.strings["nft_done"].format(args), file=result, force_document=True)
await utils.answer(message, self.strings["nft_done"].format(args), file=result, force_document=True)