@client.command()
@client.command.has_permissions(administrator=True)
async def kick(ctx, member: discord.Member):
await member.kick() await ct