正在学习新的python并制作不和谐的机器人,所以我有一个疑问,我该如何制作类似的东西
当我的漫游器发送一个嵌入自动消息时,它会对其进行响应,然后当某人向该用户发送直接消息时,然后当他响应3次时,删除一个角色。
我是这个人
@commands.has_permissions(administrator=True)
async def download(self, ctx, download)
embed=discord.Embed(title='download', description='use -download use 1 download' color=discord.Colour.red())
await ctx.channel.send(embed=embed)
await message.add_reaction('? ')