Skip to content

[BUG] change_presence Not Working #654

@JamesTesting888

Description

@JamesTesting888

Describe the bug.

  • No error and no logging
  • Talked to Delta, she/he said will have a look

List the steps.

await bot.change_presence(
presence=interactions.ClientPresence(
status=interactions.StatusType.ONLINE,
activities=[
interactions.PresenceActivity(
name="/support",
type=interactions.PresenceActivityType.GAME
)
]
)
)

What you expected.

Change the presence of the bot to "/support"

What you saw.

Nothing

What version of the library did you use?

unstable

Version specification

4.1.1

Code of Conduct

  • I agree to follow the contribution requirements.

Metadata

Metadata

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions