Horje
discord.py presence Code Example
discord.py presence
# Setting `Playing ` status
await bot.change_presence(activity=discord.Game(name="a game"))

# Setting `Streaming ` status
await bot.change_presence(activity=discord.Streaming(name="My Stream", url=my_twitch_url))

# Setting `Listening ` status
await bot.change_presence(activity=discord.Activity(type=discord.ActivityType.listening, name="a song"))

# Setting `Watching ` status
await bot.change_presence(activity=discord.Activity(type=discord.ActivityType.watching, name="a movie"))
how to make rich presence discord,py
await bot.change_presence(activity=discord.Game(name="Anything You Want"))




Python

Related
falsy python Code Example falsy python Code Example
3d pie chart in python Code Example 3d pie chart in python Code Example
set axis limits matplotlib Code Example set axis limits matplotlib Code Example
python calculate time taken Code Example python calculate time taken Code Example
keras plot history Code Example keras plot history Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
7