Open
Description
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