-
-
Notifications
You must be signed in to change notification settings - Fork 3.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I set the status to idle, but it doesn't show up. #9475
Comments
I corrected it because it was written in Japanese. |
First of all, you shouldn't be using Instead set the client = commands.Bot(command_prefix="!", activity=..., status=...) You may then try to change your presence using
|
|
I would recommend you change the presence once the |
|
Summary
First, the status is Live (Twitch).Then try to change the status to idle using a slash command.However, it doesn't change easily.That's why I gave you a serious report that it might be a bug.
Reproduction Steps
2.Try to change status to idle using slash command
Minimal Reproducible Code
Expected Results
I thought I could do it, but I couldn't
Actual Results
There were no errors and it didn't take effect no matter how long I waited
Intents
intents = discord.Intents.default() intents.message_content = True intents.moderation = True intents.members = True intents.guilds = True intents.typing = True intents.presences = True intents.voice_states = True
System Information
Checklist
Additional Context
No response
The text was updated successfully, but these errors were encountered: