forked from Rapptz/discord.py
-
Notifications
You must be signed in to change notification settings - Fork 220
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Summary
Custom presence image doesn't set!
Reproduction Steps
Code
actv_type = discord.ActivityType.playing
actv = discord.Activity(
name=data.desc1,
type=actv_type,
state='STATE',
details='DETAILS',
large_image_url='https://lh3.googleusercontent.com/paxuBm_PrVPCKDscbmNyLiyOlBVwFMsbUcwldMUIHKsUQC2o9aWHhx8iwGiR3pNhoyMzH4SdwmXOlyB2sg=w544-h544-l90-rj'
)
await Client.change_presence(activity=actv)Expected Results
The image should show up on my profile
Actual Results
I just get the text and no Image on the side

System Information
Python v3.10.1-final - discord.py v1.7.3-final - aiohttp v3.7.4.post0 - system info: Windows 10 10.0.22000
Checklist
- I have searched the open issues for duplicates.
- I have shared the entire traceback.
- I am using a user token (and it isn't visible in the code).
Additional Information
using discord-self latest but in a environment, since I make bots sometimes
tried with discord first
tried on my account, not a bot
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request
