Closed Nx0Ri closed 6 months ago
Large image is just empty
Im trying to make RPC for selfbot, and i have assets uploaded in discord developer portal, but RPC images just empty, i tried using large_image_url, and assets for activity (large_image)
act_name = 'ULTRAKILL' act_details = 'DIFFICULTY: BRUTAL' act_state = timer game = discord.Activity(type=discord.ActivityType.playing, application_id=application_id, assets={'large_image': 'p-1', 'large_image_text': 'P-1 SOUL SURVIVER'}, name=act_name, details=act_details, state=act_state) await asyncio.sleep(5) await self.change_presence(activity=status, status=discord.Status.idle)
Working large image, instead of empty space
Just empty space without image, that moves text to right
All
No response
selfbots are against discord tos
so??
no support
Summary
Large image is just empty
Reproduction Steps
Im trying to make RPC for selfbot, and i have assets uploaded in discord developer portal, but RPC images just empty, i tried using large_image_url, and assets for activity (large_image)
Minimal Reproducible Code
Expected Results
Working large image, instead of empty space
Actual Results
Just empty space without image, that moves text to right
Intents
All
System Information
Checklist
Additional Context
No response