We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b2edbe commit edc4732Copy full SHA for edc4732
βapp/plugins/functions/keyboards.pyβ
@@ -63,7 +63,7 @@ def categories(self, query):
63
"apps": "π₯οΈ Apps",
64
"anime": "π Anime",
65
"documentaries": "π₯ Documentaries",
66
- "xxx": "π¦ Other",
+ "xxx": "π Other",
67
}
68
69
# Truncate query to the max safe length to avoid hitting Telegram's limit
βapp/torrenthunt.pyβ
@@ -55,7 +55,7 @@
55
Client.keyboard = KeyBoard(bot)
56
Client.language = Lang("langs/string.json", "langs/lang.json")
57
Client.requests = Requests()
58
-Client.py1337x = AsyncPy1337x(base_url="https://www.1377x.to")
+Client.py1337x = AsyncPy1337x()
59
Client.struct = Schema(bot)
60
filters.custom = Filter(bot)
61
Client.explicit_detector = ExplicitDetector()
0 commit comments