Get the number of boosts in a server discord.py(获取服务器 discord.py 中的提升次数)
问题描述
我正在尝试创建一个服务器信息命令,我希望它还显示服务器名称、提升计数、提升成员和其他一些东西.
I am trying to make a server info command and I want it to display the server name, boost count, boost members and some other stuff as well.
唯一的问题是我查看了文档并在线搜索,但我无法找到如何找到提升信息.
Only problem is I have looked at the docs and searched online and I cant find out how to find the boost information.
我没有任何代码,因为我没有找到任何代码可供自己尝试和使用
I dont have any code as Ive not found any code to try and use for myself
有什么方法可以得到这些信息吗?
Is there any way to get this information?
推荐答案
公会名称 - guild_object.name
提升计数 - guild_object.premium_subscription_count
Boosters,提升服务器的人 - guild_object.premium_subscribers
Boosters, the people who boosted the server - guild_object.premium_subscribers
如果您按照我的假设在命令中执行此操作,请使用 ctx.guild
而不是 guild_object
.如需进一步了解,您可以重新阅读文档,因为上述所有信息都在 discord.Guild
If your doing this in a command as I assume, use ctx.guild
instead of guild_object
. For anything further, you can re-read the docs as all of the above information is in it under the discord.Guild
这篇关于获取服务器 discord.py 中的提升次数的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:获取服务器 discord.py 中的提升次数


- ";find_element_by_name(';name';)";和&QOOT;FIND_ELEMENT(BY NAME,';NAME';)";之间有什么区别? 2022-01-01
- 计算测试数量的Python单元测试 2022-01-01
- 我如何透明地重定向一个Python导入? 2022-01-01
- 检查具有纬度和经度的地理点是否在 shapefile 中 2022-01-01
- YouTube API v3 返回截断的观看记录 2022-01-01
- 使用 Cython 将 Python 链接到共享库 2022-01-01
- 我如何卸载 PyTorch? 2022-01-01
- 如何使用PYSPARK从Spark获得批次行 2022-01-01
- 使用公司代理使Python3.x Slack(松弛客户端) 2022-01-01
- CTR 中的 AES 如何用于 Python 和 PyCrypto? 2022-01-01