📜  如何获取用户名 discord ext python 代码示例

📅  最后修改于: 2022-03-11 14:46:40.038000             🧑  作者: Mango

代码示例2
@bot.command()
async def command(ctx):
    await ctx.send('Author message: '+ctx.message.author)