如何使我的机器人说出我说的完整句子?

时间:2020-06-06 08:06:25

标签: discord discord.py discord.py-rewrite

这是我当前正在使用的代码:

@client.command()
async def say(ctx, arg: str):
    await ctx.channel.purge(limit=1)
    await ctx.send(f"{arg}")

此代码有效,但漫游器仅说出句子的第一个单词。我怎么能说整个句子?

1 个答案:

答案 0 :(得分:1)

我希望这会起作用:

ap-southeast-2