79270955

Date: 2024-12-11 08:20:17
Score: 0.5
Natty:
Report link

You can use discord.CustomActivity(), which is equivalent to discord.ActivityType.custom

my_message = "Hello world!"
activity = discord.CustomActivity(name=my_message)
await client.change_presence(activity=activity)

Documentation Reference

Reasons:
  • Whitelisted phrase (-1.5): You can use
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Enitoxy