Answer the question
In order to leave comments, you need to log in
discord.py bot activity with app?
Of course, I can make the simplest bot activity - just "plays a game" there, without pictures, state, details, etc. But how to make such an activity, as when a real person starts the game, and it appears in his status? Like this should be done somehow in discord.Activity, something like this:
await bot.change_presence(activity=discord.Activity(application_id=777410499004203040, type=discord.ActivityType.playing, name=f'{bot.user.name}', state='Programmed by SNVMK#8973', details=f'Type {prefix}help to view commands', assets={'large_image': 'avatar', 'large_image_text': 'Robo-hamster'}))
Answer the question
In order to leave comments, you need to log in
Bot accounts do not support Rich Presence
As for simple "games" and custom statuses, they can be put on a bot, but:
The client does not try to pick up an application icon for bots under any circumstances:
Regarding custom statuses, the client ignores them for bots:
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question