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 4465df8 commit 9cabb37Copy full SHA for 9cabb37
test.py
@@ -46,9 +46,7 @@ async def run() -> None:
46
test_attributes(bot)
47
48
await asyncio.sleep(1)
49
- bots = await tg.get_bots(
50
- limit=250, offset=50, sort_by=topgg.SortBy.MONTHLY_VOTES
51
- )
+ bots = await tg.get_bots(limit=250, offset=50, sort_by=topgg.SortBy.MONTHLY_VOTES)
52
53
for b in bots:
54
test_attributes(b)
0 commit comments