mirror of
https://github.com/MuRuLOSE/limoka.git
synced 2026-06-16 22:34:19 +02:00
Added and updated repositories 2026-02-21 01:22:37
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user