site
site copied to clipboard
Migrate Setting Different Statuses to Set Your Bot Pin by Python Bot
Migrates this message by the Python bot on how to personalize your Discord bot status, as part of the pin migration program described in issue https://github.com/python-discord/site/issues/695.
Deploy Preview for pydis-static ready!
Name | Link |
---|---|
Latest commit | a9ce82f1a1ca63db45c79cc65df406cb3ffe67a0 |
Latest deploy log | https://app.netlify.com/sites/pydis-static/deploys/63970dd1a4824d0008b3a0b8 |
Deploy Preview | https://deploy-preview-709--pydis-static.netlify.app |
Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site settings.
Coverage remained the same at 100.0% when pulling 2889b53d33bd5f4b38e5e28746ee81c252d64be8 on iamericfletcher:695-setting-different-statuses-on-your-bot into 79547c89f42645ba3139805110788aaad8249090 on python-discord:main.
I suggest including the following (rephrasing it, below is a draft):
If you want to change the bot status, it is suggested to not do it during the on_ready event, since it would be called many times and making an API call on that event has a chance to disconnect the bot.
Instead, set the desired status using the activity / status kwarg of commands.Bot, for example
bot = commands.Bot(command_prefix="!", activity=..., status=...)```
@iamericfletcher Hey! What's your status on resolving these reviews?
Thanks!
Hi Eric! I don't mean to bug you, but thanks for the PR! I think it would see a lot of use in #discord-bots. What's the current status on it? I'd love to get it merged 😄
@iamericfletcher Greetings. What's your status on this PR?
I'd like to see this merged. If you're not able to complete this, we can transfer it to another person.
Thanks!
No response from author. Changing to up for grabs.
I'll be yoinking this one.
Thanks