【发布时间】:2019-01-29 10:19:35
【问题描述】:
我创建了一个超级简单的.report <person> 命令。我有它,所以当有人键入它时它将被发送到某个频道。我想做的是让它显示报告其他用户的用户的名称。我不知道该怎么做。有谁知道最好的方法吗?
@bot.command()
async def report(*, message):
await bot.delete(message)
await bot.send_message(bot.get_channel("479177111030988810"), message)
【问题讨论】:
标签: python discord.py