gpt4 book ai didi

python - 如何使自定义状态discord.py

转载 作者:行者123 更新时间:2023-12-05 08:39:21 25 4
gpt4 key购买 nike

为什么我的代码不起作用?

@bot.event
async def on_ready():
print('Bot is now working!')
await bot.change_presence(activity=discord.CustomActivity(name='Custom status' ,emoji='🖥️'))

并给我一个错误。

Ignoring exception in on_ready
Traceback (most recent call last):
File "/home/runner/.local/share/virtualenvs/python3/lib/python3.7/site-packages/discord/client.py", line 270, in _run_event
await coro(*args, **kwargs)
File "main.py", line 30, in on_ready
await bot.change_presence(activity=discord.CustomActivity(name='Custom status' ,emoji='🖥️'))
AttributeError: module 'discord' has no attribute 'CustomActivity'

错误如何修复?

最佳答案

我迟到了,WayToDoor 是正确的,机器人不能使用自定义状态,我发现他们“可以使用它”但它是不可见的,除非机器人可以看到它是自定义状态并且您将在机器人配置文件上看到“自定义状态”。

机器人可以播放、观看、收听和流式传输没问题

您现在也可以选择使用类型 5 的“竞争”。我还没有在文档中看到它,所以我假设它还没有实现。

#this is how "Competing in" is set.
discord.Activity(name="Test", type=5)

这应该有效。

关于python - 如何使自定义状态discord.py,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/60055037/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com