【发布时间】:2021-06-25 01:28:33
【问题描述】:
@bot.command(name="test")
async def test(ctx):
await ctx.message.add_reaction("????""????""????")
这是我目前拥有的,但它不起作用我想知道是否有人知道如何进行这项工作,因此它将 3 个反应发送到一行中。我不想有 3 个等待或有一个 for 函数让它工作。
【问题讨论】:
标签: python discord discord.py