标签: 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}")
此代码有效,但漫游器仅说出句子的第一个单词。我怎么能说整个句子?
答案 0 :(得分:1)
我希望这会起作用:
ap-southeast-2