你能得到“关于我"吗?Discord 机器人的功能?(不和谐.py)

Can you Get the quot;About mequot; feature on Discord bot#39;s? (Discord.py)(你能得到“关于我吗?Discord 机器人的功能?(不和谐.py))
本文介绍了你能得到“关于我"吗?Discord 机器人的功能?(不和谐.py)的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

问题描述

限时送ChatGPT账号..

我最近看到有新的关于我"的机器人.特征!但是,我不知道如何在 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)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

本站部分内容来源互联网,如果有图片或者内容侵犯了您的权益,请联系我们,我们会在确认后第一时间进行删除!

相关文档推荐

How do I make a list of all members in a discord server using discord.py?(如何使用 discord.py 列出不和谐服务器中的所有成员?)
how to change discord.py bot activity(如何更改 discord.py 机器人活动)
Issues with getting VoiceChannel.members and Guild.members to return a full list(让 VoiceChannel.members 和 Guild.members 返回完整列表的问题)
Add button components to a message (discord.py)(将按钮组件添加到消息(discord.py))
on_message() and @bot.command issue(on_message() 和@bot.command 问题)
How to edit a message in discord.py(如何在 discord.py 中编辑消息)