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将MP3转换为MIDI(类型错误:无法加载插件:mtg-Melodia:Melodia) 2022-01-01
- 将 x 轴刻度更改为自定义字符串 2022-01-01
- 用 Python 编写 Fortran 无格式文件 2022-01-01
- 在 Celery 工作人员中捕获 Heroku SIGTERM 以优雅地关 2022-01-01
- 使用生成器和迭代器时 Python 多循环失败 2022-01-01
- 尝试制作WhatsApp机器人 2022-01-01
- Discord.py 缺少必需的参数 2022-01-01
- pyserial - 可以从线程 a 写入串行端口,是否阻塞从线程 b 读取? 2022-01-01
- numpy float:比算术运算中内置的慢 10 倍? 2022-01-01
- 与常规 dict 相比,Python manager.dict() 非常慢 2022-01-01
