英文: How to call a discord bot`s function from another script. Python 问题 I can help you with the tran...
可以使用discord.py在Discord论坛的主题中添加反应或编辑标签吗?
英文: Is i possible to add reactions or edit tags in threads in forums with discord.py? 问题 I have a di...
可以使用discord.py在Discord论坛的主题中添加反应或编辑标签吗?
英文: Is i possible to add reactions or edit tags in threads in forums with discord.py? 问题 I have a di...
如何在discord.py按钮类中更新变量?
英文: How to update a variable in a discord.py buttons class? 问题 I understand your request. Here's the...
Discord.py 创建文本频道时覆盖动态选项
英文: Discord.py create_text_channel overwrites dynamic options 问题 在设置中,机器人会创建一个类别并添加频道,但我想添加覆盖以使这些频道成...
如何使用 cogs 和斜杠命令。
英文: how to use cogs and slash commands 问题 I'm trying to use prefix commands together with slash comm...
discord.py从Discord机器人中删除角色
英文: discord.py remove roles from Discord bot 问题 我想在命令上为用户移除角色 @bot.command() async def remove(ctx): ...
重新连接到 discord.py 中的视图(带有按钮等)。
英文: Reconnect to a view (with buttons etc.) in discord.py 问题 我正在使用我的discord.py机器人处理一个考勤列表。这是一个包含2个按钮...
怎样在Discord.py中添加后续按钮?
英文: How can i add buttons afterly in Discord.py? 问题 await message.edit(view=view) 英文: I am making a ...
`AttributeError: 模块 ‘discord.ui’ 没有 ‘ActionRow’ 属性`
英文: AttributeError: module 'discord.ui' has no attribute 'ActionRow' 问题 我理解你的要求,以下是翻...
12