英文: how to use cogs and slash commands 问题 I'm trying to use prefix commands together with slash comm...
删除没有包含特定单词的 Discord 信息的代码。
英文: How to code a discord bot to delete messages that do not have a word in them 问题 I'd like to code...
discord.py从Discord机器人中删除角色
英文: discord.py remove roles from Discord bot 问题 我想在命令上为用户移除角色 @bot.command() async def remove(ctx): ...
Working on discord.js v14.9.0, an error TypeError: MessageActionRow is not a constructor keeps apearing
英文: Working on discord.js v14.9.0, an error TypeError: MessageActionRow is not a constructor keeps a...
获取Hikari Lightbulb中的SlashSubCommand的作者
英文: How do I get the author of a SlashSubCommand in hikari lightbulb? 问题 I'm in the process of addin...
如何在一条消息中提及来自列表的多个用户?
英文: How to mention multiple users from a list in one message? 问题 await message.channel.send(f"{...
在 Python Discord 机器人中,在 `on_member_join` 中如何获取成员头像?
英文: How to get avatar in on_member_join using python discord bot? 问题 I want to get avatar of member ...
检测当我的 Discord.js 机器人给成员分配角色。
英文: Detecting when role is given to a member with my bot discord.js 问题 以下是代码的中文翻译部分: // 需要必要的 discor...
机器人在事件上没有移除角色。
英文: Bot is not removing role on event 问题 问题: > 我正在使用 py-cord 创建一个事件,用于检测用户是否已添加角色。如果用户具有管理员权限,机器人...
如何在discord.net中为斜杠命令设置运行模式?
英文: How do i set a runmode for a slash command in discord.net? 问题 官方discord.net API仅显示这个文本命令,但我对Slas...
18