We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Activity asset large image doesn't work as intended
activity = discord.Activity(type=discord.ActivityType.playing, application_id=clientid, name=name, state=state, assets={'large_image': imagekey, 'large_text': 'image'}, timestamps={'start':epoch})
clientid = 0000000000000000 # (just an example) name = "Activity Name" details = "Details" state = "State" imagekey = "examplekey" epoch = time.time() activity = discord.Activity(type=discord.ActivityType.playing, application_id=clientid, name=name, details=details, state=state, assets={'large_image': imagekey, 'large_text': 'thisisimage'}, timestamps={'start':epoch}) async def presence(): await client.change_presence(status=discord.Status.idle, activity=activity)
The image was supposed to show on my presence
(I'm using Termux)
Duplicate. But fixed code
The text was updated successfully, but these errors were encountered:
Duplicate of #274.
Sorry, something went wrong.
No branches or pull requests
Summary
Activity asset large image doesn't work as intended
Reproduction Steps
activity = discord.Activity(type=discord.ActivityType.playing, application_id=clientid, name=name, state=state, assets={'large_image': imagekey, 'large_text': 'image'}, timestamps={'start':epoch})
Code
Expected Results
The image was supposed to show on my presence
Actual Results
System Information
(I'm using Termux)
Checklist
Additional Information
Duplicate. But fixed code
The text was updated successfully, but these errors were encountered: