You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add the ability to change the description of the bot
What is the feature request for?
The core library
The Problem
The description of the bot does not make unnecessary words as it is done in the activity
That is, it allows you to output information without "Playing" "Listening" and other things
The Ideal Solution
Just add a function
By type await self.bot.user.edit(description='Hello World!')
The Current Solution
Unfortunately not
Additional Context
No response
The text was updated successfully, but these errors were encountered:
That said, bots can show a custom status (without a "Playing" prefix etc.) as of ~7 months ago, see #1087. This already works in released versions using the snippet mentioned in that PR.
Summary
Add the ability to change the description of the bot
What is the feature request for?
The core library
The Problem
The description of the bot does not make unnecessary words as it is done in the activity
That is, it allows you to output information without "Playing" "Listening" and other things
The Ideal Solution
Just add a function
By type
await self.bot.user.edit(description='Hello World!')
The Current Solution
Unfortunately not
Additional Context
No response
The text was updated successfully, but these errors were encountered: