我难以确定如何将我的分歧机器人编成密码,以明确某个特定用户(ex./purge [user] [num]的信息。 我已经能够从总体上明确信息,但能够把问题与具体用户联系起来。 我是新 brand,因此,我们非常赞赏任何帮助。
感谢!
#Purge command
@commands.has_permissions(administrator=True)
@bot.slash_command(
name="purge", description="Purge messages from channel",
guild_ids=[1222114873962663967]
)
async def purge(ctx, number: int):
await ctx.channel.purge(limit=number+1)
await ctx.respond(f"Purged {number} messages")
该法典对打造电文做了罚款,但我对如何用任择的“用户”参数加以编码感到损失。