我如何在 Discord.py 中创建一个您 @ 用户的命令并给该用户一个拥抱
Posted
技术标签:
【中文标题】我如何在 Discord.py 中创建一个您 @ 用户的命令并给该用户一个拥抱【英文标题】:How do i make a command in Discord.py that you @ a user and it gives that user a hug 【发布时间】:2021-08-27 23:51:00 【问题描述】:请帮助我只想让它说“拥抱@user”
【问题讨论】:
你有没有尝试过?看看这些,他们可能会回答你的问题:How do I make mentioning a member optional within a command?、Discord.py get user object from id/tag、discord.py Mention user by name。 下次提问题时要努力,这不是“找人写代码平台”。 【参考方案1】:这里是一个提示,不是你平台的免费代码,编写你自己的代码。无论如何,这里是如何 ping 用户。
@bot.command() #the bot is a variable you can assign it to anything
async def ping(ctx)
await ctx.send(f"ctx.author.mention")
【讨论】:
以上是关于我如何在 Discord.py 中创建一个您 @ 用户的命令并给该用户一个拥抱的主要内容,如果未能解决你的问题,请参考以下文章
我需要帮助在 discord py 中创建 discord py temp 静音命令
如何在 discord.py 中创建 discord.Permissions 对象?