Can you Get the quot;About mequot; feature on Discord bot#39;s? (Discord.py)(你能得到“关于我吗?Discord 机器人的功能?(不和谐.py))
问题描述
我最近看到有新的关于我"的机器人.特征!但是,我不知道如何在 Discord.py 机器人上使用它.我已阅读 discord.py 文档以查看是否有任何相关内容,但如果可以,我没有找到答案.
I have recently been seeing bots that have the new "about me" feature! But, I can't Out how to use this on a Discord.py bot. I've read the discord.py documentation to see if there was anything about it, but I found no answer to if you can.
但我发现了一个带有关于我"的机器人.功能,但它也说它是使用 Discord.py 制作的
But I found a bot that had the "about me" feature, But it also said it was made using Discord.py
有谁知道您将如何启用此功能?谢谢!
Does anyone know how you would enable this? Thanks!
推荐答案
可以!转到开发人员门户中的机器人页面!然后转到一般信息选项卡
Yes you can! Go to your bot's page in the developer portal! Then go to the general information tab
https://i.stack.imgur.com/33VQT.png
在此下方,您可以输入您的机器人的描述,它会显示在关于我的页面中
Right under this, you can type out your bot's description and it will show up in the about me page
例如,我用我的机器人做了这个
For example, I did this with my bot
https://i.stack.imgur.com/AZzgA.png
这篇关于你能得到“关于我"吗?Discord 机器人的功能?(不和谐.py)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:你能得到“关于我"吗?Discord 机器人的功能?(不和谐.py)
基础教程推荐
- 在 Python 中将货币解析为数字 2022-01-01
- 究竟什么是“容器"?在蟒蛇?(以及所有的 python 容器类型是什么?) 2022-01-01
- 在 Django Admin 中使用内联 OneToOneField 2022-01-01
- matplotlib 设置 yaxis 标签大小 2022-01-01
- Python,确定字符串是否应转换为 Int 或 Float 2022-01-01
- 比较两个文本文件以找出差异并将它们输出到新的文本文件 2022-01-01
- Kivy 使用 opencv.调整图像大小 2022-01-01
- Python 中是否有任何支持将长字符串转储为块文字或折叠块的 yaml 库? 2022-01-01
- kivy 应用程序中的一个简单网页作为小部件 2022-01-01
- 对多索引数据帧的列进行排序 2022-01-01
